]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/types/models/account/actor-follow.ts
Fix separate SQL query for video get
[github/Chocobozzz/PeerTube.git] / server / types / models / account / actor-follow.ts
index 5d0c03c8d537eeaaf8b59e6a287a0eb1371b0958..8c213d09c774b8614265f9cd0c10fb9c4986acf2 100644 (file)
@@ -8,7 +8,7 @@ import {
   MActorHost,
   MActorUsername
 } from './actor'
-import { PickWith } from '../../utils'
+import { PickWith } from '@shared/core-utils'
 import { ActorModel } from '@server/models/activitypub/actor'
 import { MChannelDefault } from '../video/video-channels'