fix: minor tweak
This commit is contained in:
@@ -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]}`)
|
||||
|
||||
Reference in New Issue
Block a user