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:
parent
2519ea8981
commit
288bde031a
@ -57,7 +57,7 @@ exports.createPass = async function(data) {
|
||||
},
|
||||
body: JSON.stringify({
|
||||
PassJsonHash: passHash,
|
||||
useBlackVersion: payload.dark
|
||||
useBlackVersion: !payload.dark
|
||||
})
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user