Skip to content

Commit dc27730

Browse files
committed
cleanup
1 parent 2475851 commit dc27730

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/routing.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -286,11 +286,7 @@ export function createRouterContext(
286286
integration: RouterIntegration,
287287
branches: () => Branch[],
288288
getContext?: () => any,
289-
options: {
290-
base?: string;
291-
singleFlight?: boolean;
292-
transformUrl?: (url: string) => string;
293-
} = {}
289+
options: { base?: string; singleFlight?: boolean; transformUrl?: (url: string) => string } = {}
294290
): RouterContext {
295291
const {
296292
signal: [source, setSource],
@@ -427,7 +423,6 @@ export function createRouterContext(
427423
...options
428424
};
429425

430-
let s: string;
431426
const resolvedTo = resolve
432427
? route.resolvePath(to)
433428
: resolvePath((queryOnly && location.pathname) || "", to);

0 commit comments

Comments
 (0)