mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-05 21:54:47 -04:00
Show profiles number, not users number
This commit is contained in:
@@ -58,7 +58,7 @@ export async function getDisplayUsers(userIds: string[]) {
|
||||
|
||||
export async function getUserCreations() {
|
||||
const {data} = await run(
|
||||
db.from('users')
|
||||
db.from('profiles')
|
||||
.select(`id, created_time`)
|
||||
.order('created_time')
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user