Skip to content

Commit 253843d

Browse files
authored
Merge pull request #2198 from appwrite/fix-SER-241-functions-build-command-resource-update
2 parents 3d3051b + aee15fa commit 253843d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/routes/(console)/project-[region]-[project]/functions/function-[function]/settings/updateBuildCommand.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
func.providerRepositoryId || undefined,
3838
func.providerBranch || undefined,
3939
func.providerSilentMode || undefined,
40-
func.providerRootDirectory || undefined
40+
func.providerRootDirectory || undefined,
41+
func.specification || undefined
4142
);
4243
await invalidate(Dependencies.FUNCTION);
4344
addNotification({

0 commit comments

Comments
 (0)