Skip to content

Commit

Permalink
fix: Add default content type header (#26965)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite authored Dec 17, 2024
1 parent 22a9101 commit 0280967
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions posthog/cdp/templates/webhook/template_webhook.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"label": "Headers",
"secret": False,
"required": False,
"default": {"Content-Type": "application/json"},
},
{
"key": "debug",
Expand Down

0 comments on commit 0280967

Please sign in to comment.