diff --git a/backend/src/util/klicktipp.ts b/backend/src/util/klicktipp.ts index 42ed1ea3e..c8f83acc3 100644 --- a/backend/src/util/klicktipp.ts +++ b/backend/src/util/klicktipp.ts @@ -20,6 +20,7 @@ export async function retrieveNotRegisteredEmails(): Promise { } } await con.close() + // eslint-disable-next-line no-console console.log('User die nicht bei KlickTipp vorhanden sind: ', notRegisteredUser) return notRegisteredUser }