diff options
author | Chocobozzz <me@florianbigard.com> | 2019-08-20 10:22:05 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-08-20 10:22:05 +0200 |
commit | 96ca24f00e5ae5471dee9ee596489fe50af2b46f (patch) | |
tree | 64b7091518d802cc6e812bbe0787e11eeed2fcd5 /server/lib | |
parent | 453e83ea5d81d203ba34bc43cd5c2c750ba40568 (diff) | |
download | PeerTube-96ca24f00e5ae5471dee9ee596489fe50af2b46f.tar.gz PeerTube-96ca24f00e5ae5471dee9ee596489fe50af2b46f.tar.zst PeerTube-96ca24f00e5ae5471dee9ee596489fe50af2b46f.zip |
Fix tests
Diffstat (limited to 'server/lib')
-rw-r--r-- | server/lib/activitypub/videos.ts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/server/lib/activitypub/videos.ts b/server/lib/activitypub/videos.ts index 5c10f9764..035994da8 100644 --- a/server/lib/activitypub/videos.ts +++ b/server/lib/activitypub/videos.ts | |||
@@ -65,9 +65,7 @@ import { | |||
65 | MVideoFile, | 65 | MVideoFile, |
66 | MVideoFullLight, | 66 | MVideoFullLight, |
67 | MVideoId, | 67 | MVideoId, |
68 | MVideoTag, | 68 | MVideoThumbnail |
69 | MVideoThumbnail, | ||
70 | MVideoWithAllFiles | ||
71 | } from '../../typings/models' | 69 | } from '../../typings/models' |
72 | import { MThumbnail } from '../../typings/models/video/thumbnail' | 70 | import { MThumbnail } from '../../typings/models/video/thumbnail' |
73 | 71 | ||