aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/utils/videos/video-channels.ts
diff options
context:
space:
mode:
authorbuoyantair <buoyantair@protonmail.com>2018-10-29 22:36:09 +0530
committerbuoyantair <buoyantair@protonmail.com>2018-10-29 22:36:09 +0530
commitd4681c0074ba51c62a3aeb9fb3f2cd071dd21e32 (patch)
treefc3b017b8ffaee175404bb9f0214724cdff0c5b4 /shared/utils/videos/video-channels.ts
parent9639bd175726b73f8fe664b5ced12a72407b1f0b (diff)
downloadPeerTube-d4681c0074ba51c62a3aeb9fb3f2cd071dd21e32.tar.gz
PeerTube-d4681c0074ba51c62a3aeb9fb3f2cd071dd21e32.tar.zst
PeerTube-d4681c0074ba51c62a3aeb9fb3f2cd071dd21e32.zip
Fix dependency issues
Diffstat (limited to 'shared/utils/videos/video-channels.ts')
-rw-r--r--shared/utils/videos/video-channels.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/utils/videos/video-channels.ts b/shared/utils/videos/video-channels.ts
index 092985777..3d37f0e4c 100644
--- a/shared/utils/videos/video-channels.ts
+++ b/shared/utils/videos/video-channels.ts
@@ -1,5 +1,5 @@
1import * as request from 'supertest' 1import * as request from 'supertest'
2import { VideoChannelCreate, VideoChannelUpdate } from '../../../../shared/models/videos' 2import { VideoChannelCreate, VideoChannelUpdate } from '../../models/videos'
3import { updateAvatarRequest } from '../index' 3import { updateAvatarRequest } from '../index'
4 4
5function getVideoChannelsList (url: string, start: number, count: number, sort?: string) { 5function getVideoChannelsList (url: string, start: number, count: number, sort?: string) {