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