fix: minor tweak

This commit is contained in:
jamesgeorge007
2020-01-11 13:08:05 +05:30
parent 14f03e61ef
commit 7f8b49dd1d

View File

@@ -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]}`)