aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/emailer.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/lib/emailer.ts')
-rw-r--r--server/lib/emailer.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/server/lib/emailer.ts b/server/lib/emailer.ts
index 04aade83a..c08732b48 100644
--- a/server/lib/emailer.ts
+++ b/server/lib/emailer.ts
@@ -12,9 +12,9 @@ import {
12 MVideoAccountLight, 12 MVideoAccountLight,
13 MVideoBlacklistLightVideo, 13 MVideoBlacklistLightVideo,
14 MVideoBlacklistVideo 14 MVideoBlacklistVideo
15} from '../typings/models/video' 15} from '../types/models/video'
16import { MActorFollowActors, MActorFollowFull, MUser } from '../typings/models' 16import { MActorFollowActors, MActorFollowFull, MUser } from '../types/models'
17import { MVideoImport, MVideoImportVideo } from '@server/typings/models/video/video-import' 17import { MVideoImport, MVideoImportVideo } from '@server/types/models/video/video-import'
18import { EmailPayload } from '@shared/models' 18import { EmailPayload } from '@shared/models'
19import { join } from 'path' 19import { join } from 'path'
20import { VideoAbuse } from '../../shared/models/videos' 20import { VideoAbuse } from '../../shared/models/videos'