diff options
Diffstat (limited to 'server/lib/emailer.ts')
-rw-r--r-- | server/lib/emailer.ts | 6 |
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' |
16 | import { MActorFollowActors, MActorFollowFull, MUser } from '../typings/models' | 16 | import { MActorFollowActors, MActorFollowFull, MUser } from '../types/models' |
17 | import { MVideoImport, MVideoImportVideo } from '@server/typings/models/video/video-import' | 17 | import { MVideoImport, MVideoImportVideo } from '@server/types/models/video/video-import' |
18 | import { EmailPayload } from '@shared/models' | 18 | import { EmailPayload } from '@shared/models' |
19 | import { join } from 'path' | 19 | import { join } from 'path' |
20 | import { VideoAbuse } from '../../shared/models/videos' | 20 | import { VideoAbuse } from '../../shared/models/videos' |