diff --git a/src/utils/misc.ts b/src/utils/misc.ts index 57f17088..02d8248d 100644 --- a/src/utils/misc.ts +++ b/src/utils/misc.ts @@ -210,6 +210,7 @@ export const makePlugin = async ( const resp = await fetch(url, { method, headers, + body: reqBody, }); const body = await extractBodyFromResponse(resp);