aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/types/models/video/video.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/types/models/video/video.ts')
-rw-r--r--server/types/models/video/video.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/types/models/video/video.ts b/server/types/models/video/video.ts
index 022a9566d..3d8f85b3d 100644
--- a/server/types/models/video/video.ts
+++ b/server/types/models/video/video.ts
@@ -1,5 +1,5 @@
1import { VideoModel } from '../../../models/video/video' 1import { VideoModel } from '../../../models/video/video'
2import { PickWith, PickWithOpt } from '../../utils' 2import { PickWith, PickWithOpt } from '@shared/core-utils'
3import { 3import {
4 MChannelAccountDefault, 4 MChannelAccountDefault,
5 MChannelAccountLight, 5 MChannelAccountLight,