Skip to content

Commit 5776439

Browse files
author
Brian Muenzenmeyer
authored
Merge pull request #402 from e2tha-e/paramToJson-typo-fix
paramToJson-typo-fix
2 parents d869d62 + 881737b commit 5776439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/lib/parameter_hunter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ var parameter_hunter = function () {
202202
}
203203

204204
//colon delimiter.
205-
paramStringWellFormed += ':'; + values[i];
205+
paramStringWellFormed += ':';
206206

207207
//values
208208
//replace single-quote wrappers with double-quotes

0 commit comments

Comments
 (0)