Skip to content

Commit

Permalink
Send request body (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianMachado authored Oct 21, 2024
1 parent 7cfd90e commit 89b1458
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ export const Playground = ({
.filter((h) => h.name)
.map((header) => [header.name, header.value]),
),
body: data.body ? data.body : undefined,
});

if (data.identity !== NO_IDENTITY) {
Expand Down

0 comments on commit 89b1458

Please sign in to comment.