Wrong boolean value

This commit is contained in:
Hauke Tönjes 2021-06-28 23:45:00 +02:00
parent 2519ea8981
commit 288bde031a
No known key found for this signature in database
GPG Key ID: 0BF2BC96C9FAAE9E
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ exports.createPass = async function(data) {
},
body: JSON.stringify({
PassJsonHash: passHash,
useBlackVersion: payload.dark
useBlackVersion: !payload.dark
})
})