From c9837a6bd49f903ed12ee1b73decf8f5129aaaa5 Mon Sep 17 00:00:00 2001 From: Lea Date: Wed, 24 Jan 2024 00:57:49 +0100 Subject: [PATCH] dfyhgbdyxhgfyx --- src/lib/util.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/util.ts b/src/lib/util.ts index 2828a8c..2434527 100644 --- a/src/lib/util.ts +++ b/src/lib/util.ts @@ -1,5 +1,6 @@ import { Session } from 'next-auth'; import { ApiKeyEntry } from './db'; +import crypto from 'crypto'; export function sha256sum(input: any) { const hash = crypto.createHash('sha256');