diff options
author | buoyantair <buoyantair@protonmail.com> | 2018-10-29 22:36:09 +0530 |
---|---|---|
committer | buoyantair <buoyantair@protonmail.com> | 2018-10-29 22:36:09 +0530 |
commit | d4681c0074ba51c62a3aeb9fb3f2cd071dd21e32 (patch) | |
tree | fc3b017b8ffaee175404bb9f0214724cdff0c5b4 /shared/utils/search/videos.ts | |
parent | 9639bd175726b73f8fe664b5ced12a72407b1f0b (diff) | |
download | PeerTube-d4681c0074ba51c62a3aeb9fb3f2cd071dd21e32.tar.gz PeerTube-d4681c0074ba51c62a3aeb9fb3f2cd071dd21e32.tar.zst PeerTube-d4681c0074ba51c62a3aeb9fb3f2cd071dd21e32.zip |
Fix dependency issues
Diffstat (limited to 'shared/utils/search/videos.ts')
-rw-r--r-- | shared/utils/search/videos.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/utils/search/videos.ts b/shared/utils/search/videos.ts index 3a0c10e42..115b3ff9a 100644 --- a/shared/utils/search/videos.ts +++ b/shared/utils/search/videos.ts | |||
@@ -1,7 +1,7 @@ | |||
1 | /* tslint:disable:no-unused-expression */ | 1 | /* tslint:disable:no-unused-expression */ |
2 | 2 | ||
3 | import * as request from 'supertest' | 3 | import * as request from 'supertest' |
4 | import { VideosSearchQuery } from '../../../../shared/models/search' | 4 | import { VideosSearchQuery } from '../../models/search' |
5 | import { immutableAssign } from '..' | 5 | import { immutableAssign } from '..' |
6 | 6 | ||
7 | function searchVideo (url: string, search: string) { | 7 | function searchVideo (url: string, search: string) { |