From 2c2128a871dc488cd845008cf7fe8725e41b4801 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 19 Apr 2018 23:12:06 -0400 Subject: [PATCH] lint error --- src/services/nodeCryptoFunction.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/nodeCryptoFunction.service.ts b/src/services/nodeCryptoFunction.service.ts index 533647ca8c..6a8607f4a0 100644 --- a/src/services/nodeCryptoFunction.service.ts +++ b/src/services/nodeCryptoFunction.service.ts @@ -1,5 +1,5 @@ -import * as crypto from 'crypto'; import * as constants from 'constants'; +import * as crypto from 'crypto'; import { CryptoFunctionService } from '../abstractions/cryptoFunction.service';