Skip to content

Commit d449226

Browse files
authored
Fixed Unable to delete webhooks (#222)
Fixed Unable to delete webhooks by removing "Content-Type": "application/json"
1 parent abaa1f9 commit d449226

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/client/pages/admin/webhooks.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ export default function Notifications() {
5353
await fetch(`/api/v1/admin/webhook/${id}/delete`, {
5454
method: "DELETE",
5555
headers: {
56-
"Content-Type": "application/json",
5756
Authorization: `Bearer ${getCookie("session")}`,
5857
},
5958
})

0 commit comments

Comments
 (0)