Skip to content

Commit

Permalink
Add missing specification in CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
PineappleIOnic committed Jan 20, 2025
1 parent a9c3f60 commit d5f201a
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 d5f201a

Please sign in to comment.