diff --git a/src/services/nodeCryptoFunction.service.ts b/src/services/nodeCryptoFunction.service.ts index 533647ca8c5..6a8607f4a02 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';