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/videos/video-abuses.ts | |
parent | 9639bd175726b73f8fe664b5ced12a72407b1f0b (diff) | |
download | PeerTube-d4681c0074ba51c62a3aeb9fb3f2cd071dd21e32.tar.gz PeerTube-d4681c0074ba51c62a3aeb9fb3f2cd071dd21e32.tar.zst PeerTube-d4681c0074ba51c62a3aeb9fb3f2cd071dd21e32.zip |
Fix dependency issues
Diffstat (limited to 'shared/utils/videos/video-abuses.ts')
-rw-r--r-- | shared/utils/videos/video-abuses.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/utils/videos/video-abuses.ts b/shared/utils/videos/video-abuses.ts index 14907e6a0..8be891a9b 100644 --- a/shared/utils/videos/video-abuses.ts +++ b/shared/utils/videos/video-abuses.ts | |||
@@ -1,5 +1,5 @@ | |||
1 | import * as request from 'supertest' | 1 | import * as request from 'supertest' |
2 | import { VideoAbuseUpdate } from '../../../../shared/models/videos/abuse/video-abuse-update.model' | 2 | import { VideoAbuseUpdate } from '../../models/videos/abuse/video-abuse-update.model' |
3 | import { makeDeleteRequest, makePutBodyRequest } from '..' | 3 | import { makeDeleteRequest, makePutBodyRequest } from '..' |
4 | 4 | ||
5 | function reportVideoAbuse (url: string, token: string, videoId: number | string, reason: string, specialStatus = 200) { | 5 | function reportVideoAbuse (url: string, token: string, videoId: number | string, reason: string, specialStatus = 200) { |