Skip to content

Commit

Permalink
Fix json sending
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Dec 17, 2024
1 parent 9b7b519 commit 205bcd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/models/remote_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ def _purge_cdn(self):
res = requests.post(
settings.REMOTE_CONFIG_CDN_PURGE_ENDPOINT,
headers={"Authorization": f"Bearer {settings.REMOTE_CONFIG_CDN_PURGE_TOKEN}"},
data=data,
json=data,
)

if res.status_code != 200:
Expand Down

0 comments on commit 205bcd2

Please sign in to comment.