Split types and typings
[oweals/peertube.git] / server / helpers / activitypub.ts
index ce48fc5438c8fbaa53cf98f62080d95024306505..d28453d793f405a42f6b355ba4cdaccc1cc3514f 100644 (file)
@@ -6,7 +6,7 @@ import { ACTIVITY_PUB, REMOTE_SCHEME } from '../initializers/constants'
 import { signJsonLDObject } from './peertube-crypto'
 import { pageToStartAndCount } from './core-utils'
 import { URL } from 'url'
-import { MActor, MVideoAccountLight } from '../typings/models'
+import { MActor, MVideoAccountLight } from '../types/models'
 import { ContextType } from '@shared/models/activitypub/context'
 
 function getContextData (type: ContextType) {