diff --git a/backend/src/seeds/factory/user.ts b/backend/src/seeds/factory/user.ts index b09211052..81e4785dd 100644 --- a/backend/src/seeds/factory/user.ts +++ b/backend/src/seeds/factory/user.ts @@ -5,13 +5,11 @@ import { UserInterface } from '@/seeds/users/UserInterface' import { ApolloServerTestClient } from 'apollo-server-testing' export const userFactory = async ( - client: ApolloServerTestClient, + client: any, user: UserInterface, ): Promise => { const { mutate } = client - console.log(user) - const { data: { createUser: { id },