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