1
0
mirror of https://github.com/covidpass-org/covidpass.git synced 2025-02-19 21:20:54 +01:00

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

View File

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