diff options
Diffstat (limited to 'server/lib/jobs')
-rw-r--r-- | server/lib/jobs/activitypub-http-job-scheduler/activitypub-http-job-scheduler.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/jobs/activitypub-http-job-scheduler/activitypub-http-job-scheduler.ts b/server/lib/jobs/activitypub-http-job-scheduler/activitypub-http-job-scheduler.ts index f1fe774cc..fcc81eb16 100644 --- a/server/lib/jobs/activitypub-http-job-scheduler/activitypub-http-job-scheduler.ts +++ b/server/lib/jobs/activitypub-http-job-scheduler/activitypub-http-job-scheduler.ts | |||
@@ -50,7 +50,7 @@ async function computeBody (payload: ActivityPubHttpPayload) { | |||
50 | if (!accountSignature) throw new Error('Unknown signature account id.') | 50 | if (!accountSignature) throw new Error('Unknown signature account id.') |
51 | body = await buildSignedActivity(accountSignature, payload.body) | 51 | body = await buildSignedActivity(accountSignature, payload.body) |
52 | } | 52 | } |
53 | 53 | ||
54 | return body | 54 | return body |
55 | } | 55 | } |
56 | 56 | ||