From e2e39aae3c10c0c5e812dfcfb2306b04703c714e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hauke=20T=C3=B6njes?= Date: Tue, 29 Jun 2021 00:26:15 +0200 Subject: [PATCH] Allow sharing as mentioned in #8 --- src/pass.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pass.js b/src/pass.js index eb18c0c..df54ecf 100644 --- a/src/pass.js +++ b/src/pass.js @@ -98,7 +98,7 @@ exports.createPass = async function(data) { const pass = { passTypeIdentifier: constants.PASS_IDENTIFIER, teamIdentifier: constants.TEAM_IDENTIFIER, - sharingProhibited: true, + sharingProhibited: false, voided: false, formatVersion: 1, logoText: constants.NAME,