fix: minor tweak
This commit is contained in:
parent
14f03e61ef
commit
7f8b49dd1d
1 changed files with 0 additions and 1 deletions
|
|
@ -10,7 +10,6 @@ const redirectUri = `${window.location.origin}/`;
|
|||
* @returns {Object}
|
||||
*/
|
||||
|
||||
//
|
||||
const sendPostRequest = async (url, params) => {
|
||||
const body = Object.keys(params)
|
||||
.map(key => `${key}=${params[key]}`)
|
||||
|
|
|
|||
Loading…
Reference in a new issue