Skip to content

Commit 9a07111

Browse files
autofix-ci[bot]birkskyum
authored andcommitted
ci: apply automated fixes
1 parent 32e6158 commit 9a07111

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/router-core/src/router.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2142,7 +2142,9 @@ export class RouterCore<
21422142
] as const
21432143
).forEach(([matches, hook]) => {
21442144
matches.forEach((match) => {
2145-
this.looseRoutesById[match.routeId]!.options[hook]?.(match)
2145+
this.looseRoutesById[match.routeId]!.options[hook]?.(
2146+
match,
2147+
)
21462148
})
21472149
})
21482150
})

0 commit comments

Comments
 (0)