Remove unused import.

This commit is contained in:
elweyn 2022-06-29 11:24:12 +02:00
parent 790b6fb906
commit 6a9b4f7b9a

View File

@ -6,7 +6,6 @@ import { createContribution } from '@/seeds/graphql/mutations'
import { login } from '@/seeds/graphql/queries'
import { cleanDB, resetToken, testEnvironment } from '@test/helpers'
import { GraphQLError } from 'graphql'
import { User } from '@entity/User'
import { userFactory } from '@/seeds/factory/user'
let mutate: any, query: any, con: any