aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/job-queue
diff options
context:
space:
mode:
Diffstat (limited to 'server/lib/job-queue')
-rw-r--r--server/lib/job-queue/handlers/activitypub-http-unicast.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/lib/job-queue/handlers/activitypub-http-unicast.ts b/server/lib/job-queue/handlers/activitypub-http-unicast.ts
index c70ce3be9..6fbd4a716 100644
--- a/server/lib/job-queue/handlers/activitypub-http-unicast.ts
+++ b/server/lib/job-queue/handlers/activitypub-http-unicast.ts
@@ -20,6 +20,8 @@ async function processActivityPubHttpUnicast (job: Bull.Job) {
20 const body = await computeBody(payload) 20 const body = await computeBody(payload)
21 const httpSignatureOptions = await buildSignedRequestOptions(payload) 21 const httpSignatureOptions = await buildSignedRequestOptions(payload)
22 22
23 logger.info('hello', { httpSignatureOptions })
24
23 const options = { 25 const options = {
24 method: 'POST', 26 method: 'POST',
25 uri, 27 uri,