Skip to content

Commit

Permalink
Wrong boolean value
Browse files Browse the repository at this point in the history
  • Loading branch information
hauketoenjes committed Jun 28, 2021
1 parent 2519ea8 commit 288bde0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pass.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ exports.createPass = async function(data) {
},
body: JSON.stringify({
PassJsonHash: passHash,
useBlackVersion: payload.dark
useBlackVersion: !payload.dark
})
})

Expand Down

0 comments on commit 288bde0

Please sign in to comment.