Split types and typings
[oweals/peertube.git] / server / lib / job-queue / handlers / activitypub-follow.ts
index 7034c10d09b3f11a1bea501fb1f0eddc5d50e2b3..7a4f85f8b5fd32e153223bf2d5588ce0522bc308 100644 (file)
@@ -10,7 +10,7 @@ import { ActorFollowModel } from '../../../models/activitypub/actor-follow'
 import { ActorModel } from '../../../models/activitypub/actor'
 import { Notifier } from '../../notifier'
 import { sequelizeTypescript } from '../../../initializers/database'
-import { MActor, MActorFollowActors, MActorFull } from '../../../typings/models'
+import { MActor, MActorFollowActors, MActorFull } from '../../../types/models'
 import { ActivitypubFollowPayload } from '@shared/models'
 
 async function processActivityPubFollow (job: Bull.Job) {