]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/model-loaders/actor.ts
Move middleware utils in middlewares
[github/Chocobozzz/PeerTube.git] / server / lib / model-loaders / actor.ts
similarity index 75%
rename from server/helpers/actor.ts
rename to server/lib/model-loaders/actor.ts
index 5f742505bacc629f97232b4c21130d8d0cedfd31..234cb344f06f8bb10e268207bb833eef28cfe61e 100644 (file)
@@ -1,6 +1,6 @@
 
-import { ActorModel } from '../models/actor/actor'
-import { MActorAccountChannelId, MActorFull } from '../types/models'
+import { ActorModel } from '../../models/actor/actor'
+import { MActorAccountChannelId, MActorFull } from '../../types/models'
 
 type ActorFetchByUrlType = 'all' | 'association-ids'