Skip to content

Commit d5f201a

Browse files
Add missing specification in CLI
1 parent a9c3f60 commit d5f201a

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)