]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/models/actor/actor-follow.ts
Move typescript utils in its own directory
[github/Chocobozzz/PeerTube.git] / server / models / actor / actor-follow.ts
index d6a2387a5695b534c6a015272ebf60120a4422c5..006282530b4cf2c19c3faa65eee56c56e7ece351 100644 (file)
@@ -30,7 +30,7 @@ import {
   MActorFollowFormattable,
   MActorFollowSubscriptions
 } from '@server/types/models'
-import { AttributesOnly } from '@shared/core-utils'
+import { AttributesOnly } from '@shared/typescript-utils'
 import { ActivityPubActorType } from '@shared/models'
 import { FollowState } from '../../../shared/models/actors'
 import { ActorFollow } from '../../../shared/models/actors/follow.model'