Skip to content

Commit

Permalink
Merge pull request #1028 from appwrite/fix-missing-specification-in-CLI
Browse files Browse the repository at this point in the history
Fix: Add missing specification in CLI
  • Loading branch information
christyjacob4 authored Jan 20, 2025
2 parents a9c3f60 + d5f201a commit 830198d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/cli/lib/commands/push.js.twig
Original file line number Diff line number Diff line change
Expand Up @@ -1095,6 +1095,7 @@ const pushFunction = async ({ functionId, async, code, withVariables } = { retur
response = await functionsUpdate({
functionId: func['$id'],
name: func.name,
specification: func.specification,
execute: func.execute,
events: func.events,
schedule: func.schedule,
Expand Down

0 comments on commit 830198d

Please sign in to comment.