Allow sharing as mentioned in #8
This commit is contained in:
parent
288bde031a
commit
e2e39aae3c
|
@ -98,7 +98,7 @@ exports.createPass = async function(data) {
|
||||||
const pass = {
|
const pass = {
|
||||||
passTypeIdentifier: constants.PASS_IDENTIFIER,
|
passTypeIdentifier: constants.PASS_IDENTIFIER,
|
||||||
teamIdentifier: constants.TEAM_IDENTIFIER,
|
teamIdentifier: constants.TEAM_IDENTIFIER,
|
||||||
sharingProhibited: true,
|
sharingProhibited: false,
|
||||||
voided: false,
|
voided: false,
|
||||||
formatVersion: 1,
|
formatVersion: 1,
|
||||||
logoText: constants.NAME,
|
logoText: constants.NAME,
|
||||||
|
|
Loading…
Reference in New Issue