diff options
author | Chocobozzz <me@florianbigard.com> | 2018-02-19 11:31:50 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-02-19 11:31:50 +0100 |
commit | 6ff9c676e9a7be29a21734f74b66300bde47b1c9 (patch) | |
tree | 0ada0e1325c9760d07a74e7eb8773e82400bd0f9 /server/models/account/user.ts | |
parent | 35501c0fa7be9cb71e992c37e06f3cd01afc510b (diff) | |
download | PeerTube-6ff9c676e9a7be29a21734f74b66300bde47b1c9.tar.gz PeerTube-6ff9c676e9a7be29a21734f74b66300bde47b1c9.tar.zst PeerTube-6ff9c676e9a7be29a21734f74b66300bde47b1c9.zip |
Fix lint
Diffstat (limited to 'server/models/account/user.ts')
-rw-r--r-- | server/models/account/user.ts | 2 |
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) |