aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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',