mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 19:25:23 +00:00
Removed old filter
This commit is contained in:
1
index.js
1
index.js
@@ -584,7 +584,6 @@ class Pass {
|
||||
Object.assign(this.props, this._filterOptions(options.overrides));
|
||||
|
||||
let certPaths = Object.keys(options.certificates)
|
||||
.filter(v => v !== "dir")
|
||||
.map((val) => {
|
||||
const cert = options.certificates[val];
|
||||
const filePath = !(cert instanceof Object) ? cert : cert["keyFile"];
|
||||
|
||||
Reference in New Issue
Block a user