mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 21:25:26 +00:00
Bugfix: when overrides is not passed as option, the pass does not get generated
This commit is contained in:
@@ -27,6 +27,8 @@ class Pass {
|
||||
_raw: options.certificates || {},
|
||||
};
|
||||
|
||||
options.overrides = options.overrides || {};
|
||||
|
||||
this.l10n = {};
|
||||
this._remoteResources = [];
|
||||
this.shouldOverwrite = !(options.hasOwnProperty("shouldOverwrite") && !options.shouldOverwrite);
|
||||
|
||||
Reference in New Issue
Block a user