From 1a375ec45b8eb7ea0cff156c4934207373e81446 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Sat, 27 Jan 2024 12:35:53 -0500 Subject: [PATCH] patch import * --- backend/src/lib/crypto/encryption.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/lib/crypto/encryption.ts b/backend/src/lib/crypto/encryption.ts index 938db632c..ef1a7afe0 100644 --- a/backend/src/lib/crypto/encryption.ts +++ b/backend/src/lib/crypto/encryption.ts @@ -1,6 +1,6 @@ import crypto from "node:crypto"; -import * as argon2 from "argon2"; +import argon2 from "argon2"; import nacl from "tweetnacl"; import naclUtils from "tweetnacl-util";