Skip to content

Commit

Permalink
revert passing env into lock on details only request
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Aug 16, 2023
1 parent 4240d55 commit 92a9851
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ export async function run() {
null, // ref
reactRes.data.id,
null, // sticky
lockEnvTargetCheck, // environment (we already found this value above)
null, // environment (we will find this in the lock function - important)
true // details only flag
)
// extract values from the lock response
Expand Down

0 comments on commit 92a9851

Please sign in to comment.