From 086ae955506fb6c7b0d9187ed48e9b1e4a022877 Mon Sep 17 00:00:00 2001 From: arafato Date: Fri, 1 Dec 2017 17:27:31 +0100 Subject: [PATCH] removed unused import #60 --- lib/middleware/blob/authentication.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/middleware/blob/authentication.js b/lib/middleware/blob/authentication.js index 804a2b9..7a0ef9e 100644 --- a/lib/middleware/blob/authentication.js +++ b/lib/middleware/blob/authentication.js @@ -2,7 +2,6 @@ const BbPromise = require('bluebird'), crypto = require('crypto'), - Querystring = require('querystring'), Keys = require('./../../core/Constants').Keys, Operations = require('./../../core/Constants').Operations;