mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 23: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 || {},
|
_raw: options.certificates || {},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
options.overrides = options.overrides || {};
|
||||||
|
|
||||||
this.l10n = {};
|
this.l10n = {};
|
||||||
this._remoteResources = [];
|
this._remoteResources = [];
|
||||||
this.shouldOverwrite = !(options.hasOwnProperty("shouldOverwrite") && !options.shouldOverwrite);
|
this.shouldOverwrite = !(options.hasOwnProperty("shouldOverwrite") && !options.shouldOverwrite);
|
||||||
|
|||||||
Reference in New Issue
Block a user