aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-08-20 10:22:05 +0200
committerChocobozzz <me@florianbigard.com>2019-08-20 10:22:05 +0200
commit96ca24f00e5ae5471dee9ee596489fe50af2b46f (patch)
tree64b7091518d802cc6e812bbe0787e11eeed2fcd5 /server/lib/activitypub
parent453e83ea5d81d203ba34bc43cd5c2c750ba40568 (diff)
downloadPeerTube-96ca24f00e5ae5471dee9ee596489fe50af2b46f.tar.gz
PeerTube-96ca24f00e5ae5471dee9ee596489fe50af2b46f.tar.zst
PeerTube-96ca24f00e5ae5471dee9ee596489fe50af2b46f.zip
Fix tests
Diffstat (limited to 'server/lib/activitypub')
-rw-r--r--server/lib/activitypub/videos.ts4
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'
72import { MThumbnail } from '../../typings/models/video/thumbnail' 70import { MThumbnail } from '../../typings/models/video/thumbnail'
73 71