Skip to content
Snippets Groups Projects
Unverified Commit 62efe2b4 authored by xtexChooser's avatar xtexChooser Committed by GitHub
Browse files

fix: webhook delivery content-type (#9823) (#10458)


* fix: webhook delivery content-type (#9823)

* style: indent

* Update packages/backend/src/queue/processors/WebhookDeliverProcessorService.ts

Co-authored-by: default avatarAcid Chicken (硫酸鶏) <root@acid-chicken.com>

* style: trailing comma

---------

Co-authored-by: default avatarsyuilo <Syuilotan@yahoo.co.jp>
Co-authored-by: default avatarAcid Chicken (硫酸鶏) <root@acid-chicken.com>
parent 6798effb
No related branches found
Tags 13.7.2
No related merge requests found
......@@ -39,6 +39,7 @@ export class WebhookDeliverProcessorService {
'X-Misskey-Host': this.config.host,
'X-Misskey-Hook-Id': job.data.webhookId,
'X-Misskey-Hook-Secret': job.data.secret,
'Content-Type': 'application/json',
},
body: JSON.stringify({
hookId: job.data.webhookId,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment