Skip to content

Commit 675362c

Browse files
authored
Merge pull request #1012 from ItzNotABug/fix-scopes-not-pushed
Fix: Scopes not pushed on function creation
2 parents 39768de + 5a86370 commit 675362c

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
@@ -1134,6 +1134,7 @@ const pushFunction = async ({ functionId, async, code, withVariables } = { retur
11341134
logging: func.logging,
11351135
entrypoint: func.entrypoint,
11361136
commands: func.commands,
1137+
scopes: func.scopes,
11371138
vars: JSON.stringify(func.vars),
11381139
parseOutput: false
11391140
});

0 commit comments

Comments
 (0)