remove comment

This commit is contained in:
Claus-Peter Huebner 2023-12-20 22:43:14 +01:00
parent a281313a38
commit 34ff70c9ba

View File

@ -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) {