mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 20:25:26 +00:00
Removed void() method as it does not require validation
This commit is contained in:
@@ -611,22 +611,6 @@ export default class PKPass extends Bundle {
|
|||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Allows to set the Pass directly as voided.
|
|
||||||
* Useful for updates.
|
|
||||||
*
|
|
||||||
* @TODO REMOVE, can be passed in overrides. It doesn't require any validation.
|
|
||||||
* It is just a boolean
|
|
||||||
*/
|
|
||||||
|
|
||||||
void(): this {
|
|
||||||
/**
|
|
||||||
* @TODO implement
|
|
||||||
*/
|
|
||||||
|
|
||||||
return this;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allows setting some beacons the OS should
|
* Allows setting some beacons the OS should
|
||||||
* react to and show this pass.
|
* react to and show this pass.
|
||||||
|
|||||||
Reference in New Issue
Block a user