aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/account/user.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/models/account/user.ts')
-rw-r--r--server/models/account/user.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/models/account/user.ts b/server/models/account/user.ts
index 292a5d150..74cf0f4a8 100644
--- a/server/models/account/user.ts
+++ b/server/models/account/user.ts
@@ -125,7 +125,7 @@ export class UserModel extends Model<UserModel> {
125 const query = { 125 const query = {
126 offset: start, 126 offset: start,
127 limit: count, 127 limit: count,
128 order: getSort(sort), 128 order: getSort(sort)
129 } 129 }
130 130
131 return UserModel.findAndCountAll(query) 131 return UserModel.findAndCountAll(query)