Skip to content

Commit 6d3cd1a

Browse files
committed
modified querystring.js
1 parent d0281fd commit 6d3cd1a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sprint-2/implement/querystring.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ function parseQueryString(queryString) {
1717
const value = pair.substring(idx + 1);
1818
queryParams[key] = value;
1919
}
20-
21-
return queryParams;
2220
}
21+
return queryParams;
2322
}
2423

2524
module.exports = parseQueryString;

0 commit comments

Comments
 (0)