From 9f0d09f8ed7fd4aef63304e53597291a5faad201 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com> Date: Wed, 21 Feb 2024 18:20:15 +0100 Subject: [PATCH] Update seed-data.ts --- backend/src/db/seed-data.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/backend/src/db/seed-data.ts b/backend/src/db/seed-data.ts index e484b09b1..6406e44ab 100644 --- a/backend/src/db/seed-data.ts +++ b/backend/src/db/seed-data.ts @@ -19,9 +19,6 @@ import { TSecrets, TUserEncryptionKeys } from "./schemas"; export let userPrivateKey: string | undefined; export let userPublicKey: string | undefined; -export let userPrivateKey: string | undefined; -export let userPublicKey: string | undefined; - export const seedData1 = { id: "3dafd81d-4388-432b-a4c5-f735616868c1", email: process.env.TEST_USER_EMAIL || "test@localhost.local",