Fix lint
This commit is contained in:
parent
64b5c2476a
commit
55d5fbc583
2 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
import * as cors from 'cors'
|
import * as cors from 'cors'
|
||||||
import * as express from 'express'
|
import * as express from 'express'
|
||||||
import { getServerActor } from '@server/models/application/application'
|
import { getServerActor } from '@server/models/application/application'
|
||||||
import { MAccountId, MActorId, MChannelId, MVideoId, MVideoUrl } from '@server/types/models'
|
import { MAccountId, MActorId, MChannelId, MVideoId } from '@server/types/models'
|
||||||
import { VideoPrivacy, VideoRateType } from '../../../shared/models/videos'
|
import { VideoPrivacy, VideoRateType } from '../../../shared/models/videos'
|
||||||
import { VideoPlaylistPrivacy } from '../../../shared/models/videos/playlist/video-playlist-privacy.model'
|
import { VideoPlaylistPrivacy } from '../../../shared/models/videos/playlist/video-playlist-privacy.model'
|
||||||
import { activityPubCollectionPagination, activityPubContextify } from '../../helpers/activitypub'
|
import { activityPubCollectionPagination, activityPubContextify } from '../../helpers/activitypub'
|
||||||
|
|
|
@ -135,6 +135,5 @@ export {
|
||||||
getLocalVideoSharesActivityPubUrl,
|
getLocalVideoSharesActivityPubUrl,
|
||||||
getLocalVideoCommentsActivityPubUrl,
|
getLocalVideoCommentsActivityPubUrl,
|
||||||
getLocalVideoLikesActivityPubUrl,
|
getLocalVideoLikesActivityPubUrl,
|
||||||
getLocalVideoDislikesActivityPubUrl,
|
getLocalVideoDislikesActivityPubUrl
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue