diff --git a/backend/src/seeds/factory/creation.ts b/backend/src/seeds/factory/creation.ts index 52b63b193..92bc224f6 100644 --- a/backend/src/seeds/factory/creation.ts +++ b/backend/src/seeds/factory/creation.ts @@ -15,7 +15,7 @@ export const creationFactory = async ( ): Promise => { const { mutate, query } = client - // get Peter Lustig + // get Peter Lustig's user id const peterLustig = await User.findOneOrFail({ where: { email: 'peter@lustig.de' } }) const variables = { ...creation, moderator: peterLustig.id }