diff options
author | Chocobozzz <me@florianbigard.com> | 2021-06-11 14:26:37 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-06-11 14:26:37 +0200 |
commit | 20a206c3d12ad285c31411cd506cede791958322 (patch) | |
tree | a7f8dd5b4cb8978086c8d441098058a2effec450 /server/controllers | |
parent | 71d4af1efc810f853e1a0d986bf758c201692594 (diff) | |
download | PeerTube-20a206c3d12ad285c31411cd506cede791958322.tar.gz PeerTube-20a206c3d12ad285c31411cd506cede791958322.tar.zst PeerTube-20a206c3d12ad285c31411cd506cede791958322.zip |
Refactor include checks
Diffstat (limited to 'server/controllers')
-rw-r--r-- | server/controllers/activitypub/client.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/controllers/activitypub/client.ts b/server/controllers/activitypub/client.ts index 444a8abaa..f592af644 100644 --- a/server/controllers/activitypub/client.ts +++ b/server/controllers/activitypub/client.ts | |||
@@ -31,7 +31,6 @@ import { videoPlaylistElementAPGetValidator, videoPlaylistsGetValidator } from ' | |||
31 | import { AccountModel } from '../../models/account/account' | 31 | import { AccountModel } from '../../models/account/account' |
32 | import { AccountVideoRateModel } from '../../models/account/account-video-rate' | 32 | import { AccountVideoRateModel } from '../../models/account/account-video-rate' |
33 | import { ActorFollowModel } from '../../models/actor/actor-follow' | 33 | import { ActorFollowModel } from '../../models/actor/actor-follow' |
34 | import { VideoModel } from '../../models/video/video' | ||
35 | import { VideoCaptionModel } from '../../models/video/video-caption' | 34 | import { VideoCaptionModel } from '../../models/video/video-caption' |
36 | import { VideoCommentModel } from '../../models/video/video-comment' | 35 | import { VideoCommentModel } from '../../models/video/video-comment' |
37 | import { VideoPlaylistModel } from '../../models/video/video-playlist' | 36 | import { VideoPlaylistModel } from '../../models/video/video-playlist' |