Skip to content

Commit

Permalink
Send message via text/plain
Browse files Browse the repository at this point in the history
  • Loading branch information
KeKs0r committed Nov 4, 2024
1 parent 629335b commit 4f54652
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/fetch-transport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ export function createFetchTransport(
{
method: "POST",
headers: {
"Content-Type": "application/json;charset=utf-8",
Accept: "application/json",
"Content-Type": "text/plain",
Authorization: `Bearer ${apiKey}`,
},
body: JSON.stringify(event),
Expand Down

0 comments on commit 4f54652

Please sign in to comment.