Changed first transitType set to come from props

This commit is contained in:
Alexander Cerutti
2021-09-28 01:31:36 +02:00
parent 4bff9a2fe3
commit bc8e354a11

View File

@@ -362,7 +362,7 @@ export default class PKPass extends Bundle {
this[fieldKeysPoolSymbol], this[fieldKeysPoolSymbol],
...data[this.type]?.backFields, ...data[this.type]?.backFields,
), ),
transitType: undefined /** Setter + Getter */, transitType: this.transitType /** Setter + Getter */,
}; };
} }