Skip to content

Commit

Permalink
Add "Content-Type" header on action chaining (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitrov-d authored Aug 29, 2024
1 parent f470e58 commit 42b7923
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/Action/Action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ export class Action {
method: 'POST',
body: JSON.stringify(chainData),
headers: {
'Content-Type': 'application/json',
Accept: 'application/json',
},
});
Expand Down

0 comments on commit 42b7923

Please sign in to comment.