From 7d9cd5e1afbb880e4c4a3c4c10f8e9a5256b432e Mon Sep 17 00:00:00 2001 From: alexandercerutti Date: Thu, 23 Aug 2018 20:04:47 +0200 Subject: [PATCH] Removed old filter --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 4330031..438865d 100644 --- a/index.js +++ b/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"];