Skip to content

Commit

Permalink
Send Server info about wallet card color
Browse files Browse the repository at this point in the history
  • Loading branch information
hauketoenjes committed Jun 28, 2021
1 parent 622a8d7 commit 2519ea8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/pass.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ exports.createPass = async function(data) {
},
body: JSON.stringify({
PassJsonHash: passHash,
useBlackVersion: payload.dark
})
})

Expand Down
1 change: 1 addition & 0 deletions src/payload.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ exports.Payload = class {
this.img2x = img2x

this.raw = rawData
this.dark = dark

this.name = name
this.dose = dose
Expand Down

0 comments on commit 2519ea8

Please sign in to comment.