Skip to content

Commit

Permalink
fix: push scopes on function creation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzNotABug committed Nov 30, 2024
1 parent 481487d commit 5a86370
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 5a86370

Please sign in to comment.