mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 16:25:21 +00:00
committed by
Alexander Cerutti
parent
324bd1ba82
commit
2aa27d8527
@@ -288,7 +288,6 @@ export class Pass {
|
||||
beacons(resetFlag: null): this;
|
||||
beacons(...data: schema.Beacon[]): this
|
||||
beacons(...data: (schema.Beacon|null)[]){
|
||||
|
||||
if (data[0] === null) {
|
||||
delete this[passProps]["beacons"];
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user