mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
esModuleInterop to true
This commit is contained in:
parent
40e7ed0714
commit
41fb13c330
208 changed files with 444 additions and 425 deletions
|
@ -1,4 +1,4 @@
|
|||
import * as Bull from 'bull'
|
||||
import { Job } from 'bull'
|
||||
import { refreshVideoPlaylistIfNeeded } from '@server/lib/activitypub/playlists'
|
||||
import { refreshVideoIfNeeded } from '@server/lib/activitypub/videos'
|
||||
import { loadVideoByUrl } from '@server/lib/model-loaders'
|
||||
|
@ -8,7 +8,7 @@ import { ActorModel } from '../../../models/actor/actor'
|
|||
import { VideoPlaylistModel } from '../../../models/video/video-playlist'
|
||||
import { refreshActorIfNeeded } from '../../activitypub/actors'
|
||||
|
||||
async function refreshAPObject (job: Bull.Job) {
|
||||
async function refreshAPObject (job: Job) {
|
||||
const payload = job.data as RefreshPayload
|
||||
|
||||
logger.info('Processing AP refresher in job %d for %s.', job.id, payload.url)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue