mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 22:25:24 +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));
|
Object.assign(this.props, this._filterOptions(options.overrides));
|
||||||
|
|
||||||
let certPaths = Object.keys(options.certificates)
|
let certPaths = Object.keys(options.certificates)
|
||||||
.filter(v => v !== "dir")
|
|
||||||
.map((val) => {
|
.map((val) => {
|
||||||
const cert = options.certificates[val];
|
const cert = options.certificates[val];
|
||||||
const filePath = !(cert instanceof Object) ? cert : cert["keyFile"];
|
const filePath = !(cert instanceof Object) ? cert : cert["keyFile"];
|
||||||
|
|||||||
Reference in New Issue
Block a user