mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-24 17:51:14 +02:00
Update src/lib/features/users/user-updates-read-model.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
3ed342459a
commit
2683689fe8
@ -35,8 +35,8 @@ export class UserUpdatesReadModel {
|
||||
// also consider deleted users (different than activeUsers query)
|
||||
is_system: false,
|
||||
is_service: false,
|
||||
updated_at: { $gt: date },
|
||||
})
|
||||
.where('updated_at', '>', date)
|
||||
.orderBy('updated_at', 'asc')
|
||||
.select(USER_COLUMNS_PUBLIC)
|
||||
.limit(limit);
|
||||
|
Loading…
Reference in New Issue
Block a user