From 73e64592b9b949bf9b895e2fae8dafcfab0b5124 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 10 Jan 2022 17:03:11 +0100 Subject: Fix lint --- server/models/user/user-video-history.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/server/models/user/user-video-history.ts b/server/models/user/user-video-history.ts index 8aff7b10c..92f4fe7a1 100644 --- a/server/models/user/user-video-history.ts +++ b/server/models/user/user-video-history.ts @@ -4,7 +4,6 @@ import { MUserAccountId, MUserId } from '@server/types/models' import { AttributesOnly } from '@shared/typescript-utils' import { VideoModel } from '../video/video' import { UserModel } from './user' -import { getServerActor } from '../application/application' @Table({ tableName: 'userVideoHistory', -- cgit v1.2.3