|
@ -438,7 +438,7 @@ export class AdminService { |
|
|
}): Promise<AdminUsers> { |
|
|
}): Promise<AdminUsers> { |
|
|
const [count, users] = await Promise.all([ |
|
|
const [count, users] = await Promise.all([ |
|
|
this.countUsersWithAnalytics(), |
|
|
this.countUsersWithAnalytics(), |
|
|
await this.getUsersWithAnalytics({ skip, take }) |
|
|
this.getUsersWithAnalytics({ skip, take }) |
|
|
]); |
|
|
]); |
|
|
return { count, users }; |
|
|
return { count, users }; |
|
|
} |
|
|
} |
|
|