fix: minor tweak

This commit is contained in:
jamesgeorge007
2020-01-11 13:13:53 +05:30
parent bbb559ad2c
commit ee49f8d26c

View File

@@ -34,7 +34,7 @@ const sendPostRequest = async (url, params) => {
/**
* Parse a query string into an object
*
* @param {String} string - The query string
* @param {String} searchQuery - The search query params
* @returns {Object}
*/