Comparing version 1.0.44 to 1.0.45
@@ -9,5 +9,5 @@ "use strict"; | ||
return queryJSON; | ||
const queries = queryUrl.split('?'); | ||
const queries = queryUrl.replace('?', '&').split('&'); | ||
queries.forEach((query) => { | ||
const [key, value] = query.replace('?', '&').split('&'); | ||
const [key, value] = query.split('='); | ||
queryJSON[key] = value; | ||
@@ -14,0 +14,0 @@ }); |
{ | ||
"name": "bridgets", | ||
"version": "1.0.44", | ||
"version": "1.0.45", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/Lib/index.js", |
Sorry, the diff of this file is not supported yet