Skip to content

Commit 830198d

Browse files
Merge pull request #1028 from appwrite/fix-missing-specification-in-CLI
Fix: Add missing specification in CLI
2 parents a9c3f60 + d5f201a commit 830198d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/cli/lib/commands/push.js.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,6 +1095,7 @@ const pushFunction = async ({ functionId, async, code, withVariables } = { retur
10951095
response = await functionsUpdate({
10961096
functionId: func['$id'],
10971097
name: func.name,
1098+
specification: func.specification,
10981099
execute: func.execute,
10991100
events: func.events,
11001101
schedule: func.schedule,

0 commit comments

Comments
 (0)