From e55f516c512019b15081ad476278884b35631587 Mon Sep 17 00:00:00 2001 From: joseji Date: Tue, 22 Nov 2022 11:19:42 +0100 Subject: [PATCH] removed unused import --- 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 377dfa131..200ba8163 100644 --- a/backend/src/graphql/resolver/UserResolver.test.ts +++ b/backend/src/graphql/resolver/UserResolver.test.ts @@ -39,7 +39,6 @@ import { bobBaumeister } from '@/seeds/users/bob-baumeister' import { encryptPassword } from '@/password/PasswordEncryptor' import { PasswordEncryptionType } from '../enum/PasswordEncryptionType' import { SecretKeyCryptographyCreateKey } from '@/password/EncryptorUtils' -import { tokenToString } from 'typescript' // import { klicktippSignIn } from '@/apis/KlicktippController'