From 8b6cabfc2c0e403283481049ad40bf71ddc73ae0 Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Thu, 30 Sep 2021 23:54:23 +0200 Subject: [PATCH] Changed PKPass.prototype.type to be the symbol (forgot to commit) --- src/PKPass.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PKPass.ts b/src/PKPass.ts index cb6a437..6e16907 100644 --- a/src/PKPass.ts +++ b/src/PKPass.ts @@ -28,7 +28,7 @@ export default class PKPass extends Bundle { [placeholder: string]: string; }; } = {}; - public type: Schemas.PassTypesProps = undefined; + public [passTypeSymbol]: Schemas.PassTypesProps = undefined; /** * Either create a pass from another one