Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lastuvka authored and mjancarik committed Oct 18, 2023
1 parent a3ae9b7 commit b363958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-router/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const ENV =
export function createRouter(widget, routes, options) {
widget.$dependencies.router = new UniversalRouter(routes, options);
widget.$dependencies.link = generateUrls(widget.$dependencies.router, {
stringifyQueryParams: (params) => new URLSearchParams(params).toString()
stringifyQueryParams: (params) => new URLSearchParams(params).toString(),
});
}

Expand Down

0 comments on commit b363958

Please sign in to comment.