Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)