From 07eb6f5cce2766a5b3fa71cd7e5953186c48c049 Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Mon, 3 Apr 2023 21:18:49 +0200 Subject: [PATCH] Added a bit of space: let's make the code breathe --- src/PKPass.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PKPass.ts b/src/PKPass.ts index d827be8..00d8bc8 100644 --- a/src/PKPass.ts +++ b/src/PKPass.ts @@ -564,6 +564,7 @@ export default class PKPass extends Bundle { this.secondaryFields.push(...secondaryFields); this.auxiliaryFields.push(...auxiliaryFields); this.backFields.push(...backFields); + if (this.type === "boardingPass") { this.transitType = transitType; }