Skip to content

Commit 193230c

Browse files
Alex JamshidiAlex Jamshidi
authored andcommitted
remove erroneous 'else'
1 parent 6cb0fe2 commit 193230c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Sprint-2/implement/querystring.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ function parseQueryString(queryString) {
2020
}
2121
const [key, value] = [pair.slice(0, index), pair.slice(index + 1)];
2222
queryParams[key] = value;
23-
} else {
2423
}
2524
}
2625

0 commit comments

Comments
 (0)