diff options
Diffstat (limited to 'server/lib/jobs')
-rw-r--r-- | server/lib/jobs/activitypub-http-job-scheduler/activitypub-http-fetcher-handler.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/jobs/activitypub-http-job-scheduler/activitypub-http-fetcher-handler.ts b/server/lib/jobs/activitypub-http-job-scheduler/activitypub-http-fetcher-handler.ts index bda319592..9adceab84 100644 --- a/server/lib/jobs/activitypub-http-job-scheduler/activitypub-http-fetcher-handler.ts +++ b/server/lib/jobs/activitypub-http-job-scheduler/activitypub-http-fetcher-handler.ts | |||
@@ -49,7 +49,7 @@ async function process (payload: ActivityPubHttpPayload, jobId: number) { | |||
49 | } | 49 | } |
50 | 50 | ||
51 | function onError (err: Error, jobId: number) { | 51 | function onError (err: Error, jobId: number) { |
52 | logger.error('Error when broadcasting ActivityPub request in job %d.', jobId, err) | 52 | logger.error('Error when fetcher ActivityPub request in job %d.', jobId, err) |
53 | return Promise.resolve() | 53 | return Promise.resolve() |
54 | } | 54 | } |
55 | 55 | ||