]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/activitypub/playlists/get.ts
Reduce unknown undo logging level
[github/Chocobozzz/PeerTube.git] / server / lib / activitypub / playlists / get.ts
index be8456b19bcad284d494f9d0140901a48380e96d..bfaf52cc9ffa2795d1501e22c28a898c7f7c0897 100644 (file)
@@ -1,7 +1,7 @@
-import { getAPId } from '@server/helpers/activitypub'
 import { VideoPlaylistModel } from '@server/models/video/video-playlist'
 import { MVideoPlaylistFullSummary } from '@server/types/models'
 import { APObject } from '@shared/models'
+import { getAPId } from '../activity'
 import { createOrUpdateVideoPlaylist } from './create-update'
 import { scheduleRefreshIfNeeded } from './refresh'
 import { fetchRemoteVideoPlaylist } from './shared'