X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Fhelpers%2Factor.ts;h=015b4a39ffb3a1d2afe2c9a4ad7ff7952e4916bb;hb=99fa5c5badd4f4d35a1d55c80b0102ee1c4e71cd;hp=117548a60cd9db06a43317cff9190d8c0c96d4e1;hpb=8c559fad1e1c4c2ab7f1388c73200aa4c6256d74;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/helpers/actor.ts b/server/helpers/actor.ts index 117548a60..015b4a39f 100644 --- a/server/helpers/actor.ts +++ b/server/helpers/actor.ts @@ -1,6 +1,6 @@ import { ActorModel } from '../models/activitypub/actor' import * as Bluebird from 'bluebird' -import { MActorFull, MActorAccountChannelId } from '../typings/models' +import { MActorFull, MActorAccountChannelId } from '../types/models' type ActorFetchByUrlType = 'all' | 'association-ids'