Skip to content

Commit

Permalink
Merge pull request #1012 from ItzNotABug/fix-scopes-not-pushed
Browse files Browse the repository at this point in the history
Fix: Scopes not pushed on function creation
  • Loading branch information
stnguyen90 authored Dec 13, 2024
2 parents 39768de + 5a86370 commit 675362c
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 @@ -1134,6 +1134,7 @@ const pushFunction = async ({ functionId, async, code, withVariables } = { retur
logging: func.logging,
entrypoint: func.entrypoint,
commands: func.commands,
scopes: func.scopes,
vars: JSON.stringify(func.vars),
parseOutput: false
});
Expand Down

0 comments on commit 675362c

Please sign in to comment.