We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbb57ba commit fc64a2cCopy full SHA for fc64a2c
packages/open-next/src/core/routing/util.ts
@@ -98,7 +98,7 @@ export function convertRes(res: OpenNextNodeResponse): InternalResult {
98
* @__PURE__
99
*/
100
export function convertToQueryString(query: Record<string, string | string[]>) {
101
- // URLSearchParams is a a representation of the PARSED query.
+ // URLSearchParams is a representation of the PARSED query.
102
// So we must decode the value before appending it to the URLSearchParams.
103
// https://stackoverflow.com/a/45516812
104
const urlQuery = new URLSearchParams();
0 commit comments