Skip to content

Commit c810c4c

Browse files
refactor: remove unused router context from url helper
1 parent 69b71fd commit c810c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/runtime/helpers/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export const goto = {
100100
*/
101101
export const url = {
102102
subscribe: (run, invalidate) => {
103-
const { fragment, router } = contexts
103+
const { fragment } = contexts
104104

105105
return derived(fragment.params, $params => {
106106
return (pathElemOrNode, params, options) => {

0 commit comments

Comments
 (0)