From 2a7770f4afbea796f82a0fb7b8c5845c2419ed90 Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Sat, 16 Oct 2021 18:50:26 +0200 Subject: [PATCH] Moved passTypeSymbol to private --- src/PKPass.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PKPass.ts b/src/PKPass.ts index 0ef45b4..0571922 100644 --- a/src/PKPass.ts +++ b/src/PKPass.ts @@ -27,7 +27,7 @@ export default class PKPass extends Bundle { [placeholder: string]: string; }; } = {}; - public [passTypeSymbol]: Schemas.PassTypesProps = undefined; + private [passTypeSymbol]: Schemas.PassTypesProps = undefined; /** * Either create a pass from another one