aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-01-10 17:03:11 +0100
committerChocobozzz <me@florianbigard.com>2022-01-10 17:03:11 +0100
commit73e64592b9b949bf9b895e2fae8dafcfab0b5124 (patch)
tree7b94fc459413056a83ade111e77aaf283c6c0e1d
parentac75f640fefb4412a9982b904c043e93fd606966 (diff)
downloadPeerTube-73e64592b9b949bf9b895e2fae8dafcfab0b5124.tar.gz
PeerTube-73e64592b9b949bf9b895e2fae8dafcfab0b5124.tar.zst
PeerTube-73e64592b9b949bf9b895e2fae8dafcfab0b5124.zip
Fix lint
-rw-r--r--server/models/user/user-video-history.ts1
1 files changed, 0 insertions, 1 deletions
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'
4import { AttributesOnly } from '@shared/typescript-utils' 4import { AttributesOnly } from '@shared/typescript-utils'
5import { VideoModel } from '../video/video' 5import { VideoModel } from '../video/video'
6import { UserModel } from './user' 6import { UserModel } from './user'
7import { getServerActor } from '../application/application'
8 7
9@Table({ 8@Table({
10 tableName: 'userVideoHistory', 9 tableName: 'userVideoHistory',