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/video/video.ts | |
parent | 35501c0fa7be9cb71e992c37e06f3cd01afc510b (diff) | |
download | PeerTube-6ff9c676e9a7be29a21734f74b66300bde47b1c9.tar.gz PeerTube-6ff9c676e9a7be29a21734f74b66300bde47b1c9.tar.zst PeerTube-6ff9c676e9a7be29a21734f74b66300bde47b1c9.zip |
Fix lint
Diffstat (limited to 'server/models/video/video.ts')
-rw-r--r-- | server/models/video/video.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/models/video/video.ts b/server/models/video/video.ts index 59a39b1a9..839b81a8b 100644 --- a/server/models/video/video.ts +++ b/server/models/video/video.ts | |||
@@ -637,7 +637,7 @@ export class VideoModel extends Model<VideoModel> { | |||
637 | const query = { | 637 | const query = { |
638 | offset: start, | 638 | offset: start, |
639 | limit: count, | 639 | limit: count, |
640 | order: getSort(sort), | 640 | order: getSort(sort) |
641 | } | 641 | } |
642 | 642 | ||
643 | const serverActor = await getServerActor() | 643 | const serverActor = await getServerActor() |