mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Fix dependency errors between modules
This commit is contained in:
parent
ae28cdf327
commit
92e07c3b5d
8 changed files with 18 additions and 11 deletions
|
@ -12,7 +12,7 @@ import { getOrCreateVideoAndAccountAndChannel } from '../videos'
|
|||
import { forwardVideoRelatedActivity } from '../send/utils'
|
||||
import { Redis } from '../../redis'
|
||||
import { createOrUpdateCacheFile } from '../cache-file'
|
||||
import { immutableAssign } from '../../../tests/utils'
|
||||
import { immutableAssign } from '../../../../shared/utils'
|
||||
import { getVideoDislikeActivityPubUrl } from '../url'
|
||||
import { VideoModel } from '../../../models/video/video'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue