From 39d006351d8e6c04bdaa6b6025c9e7898c724326 Mon Sep 17 00:00:00 2001 From: joseji Date: Thu, 17 Nov 2022 14:10:17 +0100 Subject: [PATCH] unused import added wrongly --- backend/src/graphql/resolver/UserResolver.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/src/graphql/resolver/UserResolver.test.ts b/backend/src/graphql/resolver/UserResolver.test.ts index d3bfb1c66..03aabfbb4 100644 --- a/backend/src/graphql/resolver/UserResolver.test.ts +++ b/backend/src/graphql/resolver/UserResolver.test.ts @@ -38,7 +38,6 @@ import { UserContactType } from '../enum/UserContactType' import { bobBaumeister } from '@/seeds/users/bob-baumeister' import { encryptPassword } from '@/password/PasswordEncryptr' import { PasswordEncryptionType } from '../enum/PasswordEncryptionType' -import { find } from 'lodash' import { SecretKeyCryptographyCreateKey } from '@/password/EncryptorUtils' // import { klicktippSignIn } from '@/apis/KlicktippController'