mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
remove comment
This commit is contained in:
parent
a281313a38
commit
34ff70c9ba
@ -61,9 +61,6 @@ const run = async () => {
|
||||
.andWhere('deleted_at is null')
|
||||
.andWhere({ gmsRegistered: false })
|
||||
.getRawMany()
|
||||
// const userIds = await DbUser.query(
|
||||
// 'SELECT `id` from `users` `u` where `u`.`foreign` = false and `deleted_at` is null and `gms_registered` = false',
|
||||
// )
|
||||
logger.debug('userIds:', userIds)
|
||||
|
||||
for (const idStr of userIds) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user