Skip to content

Commit 89e8b67

Browse files
committed
fix: add body to request
1 parent 884e55d commit 89e8b67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/misc.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ export const makePlugin = async (
214214
const resp = await fetch(url, {
215215
method,
216216
headers,
217+
body: reqBody,
217218
});
218219
const body = await extractBodyFromResponse(resp);
219220

0 commit comments

Comments
 (0)