fix(core): update
This commit is contained in:
parent
e89e317bbc
commit
06fc279caf
@ -93,6 +93,6 @@ export const postFormDataUrlEncoded = async (
|
||||
}
|
||||
|
||||
// lets fire the actual request for sending the formdata
|
||||
const response = await request(urlArg + resultString, requestOptions);
|
||||
const response = await request(`${urlArg}?${resultString}`, requestOptions);
|
||||
return response;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user