Removed void() method as it does not require validation

This commit is contained in:
Alexander Cerutti
2021-09-29 22:38:50 +02:00
parent c6091ec9ca
commit ac6d61021d

View File

@@ -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.