Browse Source

Clean up

pull/4058/head
Thomas Kaul 9 months ago
parent
commit
9021218acd
  1. 1
      apps/api/src/app/admin/admin.service.ts

1
apps/api/src/app/admin/admin.service.ts

@ -440,6 +440,7 @@ export class AdminService {
this.countUsersWithAnalytics(), this.countUsersWithAnalytics(),
this.getUsersWithAnalytics({ skip, take }) this.getUsersWithAnalytics({ skip, take })
]); ]);
return { count, users }; return { count, users };
} }

Loading…
Cancel
Save