diff options
Diffstat (limited to 'client/src/app/shared/shared-video-comment')
-rw-r--r-- | client/src/app/shared/shared-video-comment/video-comment.service.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-video-comment/video-comment.service.ts b/client/src/app/shared/shared-video-comment/video-comment.service.ts index 5550c96e4..fd1cae7f8 100644 --- a/client/src/app/shared/shared-video-comment/video-comment.service.ts +++ b/client/src/app/shared/shared-video-comment/video-comment.service.ts | |||
@@ -81,7 +81,7 @@ export class VideoCommentService { | |||
81 | }): Observable<ThreadsResultList<VideoComment>> { | 81 | }): Observable<ThreadsResultList<VideoComment>> { |
82 | const { videoId, componentPagination, sort } = parameters | 82 | const { videoId, componentPagination, sort } = parameters |
83 | 83 | ||
84 | const pagination = this.restService.componentPaginationToRestPagination(componentPagination) | 84 | const pagination = this.restService.componentToRestPagination(componentPagination) |
85 | 85 | ||
86 | let params = new HttpParams() | 86 | let params = new HttpParams() |
87 | params = this.restService.addRestGetParams(params, pagination, sort) | 87 | params = this.restService.addRestGetParams(params, pagination, sort) |