From becc5797906bb9e100d992452617c75f909f34d7 Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Mon, 12 Apr 2021 12:08:50 +0200 Subject: [PATCH] Remove obsolete require --- src/claims.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/claims.js b/src/claims.js index f3a99ca..5d897c6 100644 --- a/src/claims.js +++ b/src/claims.js @@ -13,7 +13,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ -const path = require('path') const mergeOptions = require('merge-options') const validUrl = require('valid-url') const openpgp = require('openpgp')