From 8a39276e04d6df95c02bd1bf77b4c521c4b89ffa Mon Sep 17 00:00:00 2001 From: Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com> Date: Wed, 14 Feb 2024 00:20:05 +0100 Subject: [PATCH] Fix for commonJS --- backend/src/lib/crypto/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/src/lib/crypto/index.ts b/backend/src/lib/crypto/index.ts index a92508b1d..9d7f4e886 100644 --- a/backend/src/lib/crypto/index.ts +++ b/backend/src/lib/crypto/index.ts @@ -18,4 +18,3 @@ export { decryptSecretVersions } from "./secret-encryption"; export { generateSrpServerKey, srpCheckClientProof } from "./srp"; -export { decodeBase64, encodeBase64 } from "tweetnacl-util";