mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Add lint command to ignore console.log statement.
This commit is contained in:
parent
e50b80997b
commit
ed0900b735
@ -20,6 +20,7 @@ export async function retrieveNotRegisteredEmails(): Promise<string[]> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
await con.close()
|
await con.close()
|
||||||
|
// eslint-disable-next-line no-console
|
||||||
console.log('User die nicht bei KlickTipp vorhanden sind: ', notRegisteredUser)
|
console.log('User die nicht bei KlickTipp vorhanden sind: ', notRegisteredUser)
|
||||||
return notRegisteredUser
|
return notRegisteredUser
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user