diff options
author | Chocobozzz <me@florianbigard.com> | 2022-01-10 17:03:11 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-01-10 17:03:11 +0100 |
commit | 73e64592b9b949bf9b895e2fae8dafcfab0b5124 (patch) | |
tree | 7b94fc459413056a83ade111e77aaf283c6c0e1d /server/models/user/user-video-history.ts | |
parent | ac75f640fefb4412a9982b904c043e93fd606966 (diff) | |
download | PeerTube-73e64592b9b949bf9b895e2fae8dafcfab0b5124.tar.gz PeerTube-73e64592b9b949bf9b895e2fae8dafcfab0b5124.tar.zst PeerTube-73e64592b9b949bf9b895e2fae8dafcfab0b5124.zip |
Fix lint
Diffstat (limited to 'server/models/user/user-video-history.ts')
-rw-r--r-- | server/models/user/user-video-history.ts | 1 |
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' | |||
4 | import { AttributesOnly } from '@shared/typescript-utils' | 4 | import { AttributesOnly } from '@shared/typescript-utils' |
5 | import { VideoModel } from '../video/video' | 5 | import { VideoModel } from '../video/video' |
6 | import { UserModel } from './user' | 6 | import { UserModel } from './user' |
7 | import { getServerActor } from '../application/application' | ||
8 | 7 | ||
9 | @Table({ | 8 | @Table({ |
10 | tableName: 'userVideoHistory', | 9 | tableName: 'userVideoHistory', |