From 55d5fbc583f872b9890698322c5b03c62f371640 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 20 Nov 2020 11:34:49 +0100 Subject: [PATCH] Fix lint --- server/controllers/activitypub/client.ts | 2 +- server/lib/activitypub/url.ts | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/server/controllers/activitypub/client.ts b/server/controllers/activitypub/client.ts index 71a5b6232..356da7882 100644 --- a/server/controllers/activitypub/client.ts +++ b/server/controllers/activitypub/client.ts @@ -1,7 +1,7 @@ import * as cors from 'cors' import * as express from 'express' 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 { VideoPlaylistPrivacy } from '../../../shared/models/videos/playlist/video-playlist-privacy.model' import { activityPubCollectionPagination, activityPubContextify } from '../../helpers/activitypub' diff --git a/server/lib/activitypub/url.ts b/server/lib/activitypub/url.ts index ad6a1d1fd..7816b0be0 100644 --- a/server/lib/activitypub/url.ts +++ b/server/lib/activitypub/url.ts @@ -135,6 +135,5 @@ export { getLocalVideoSharesActivityPubUrl, getLocalVideoCommentsActivityPubUrl, getLocalVideoLikesActivityPubUrl, - getLocalVideoDislikesActivityPubUrl, - + getLocalVideoDislikesActivityPubUrl } -- 2.41.0