Skip to content

Commit cb1f497

Browse files
ci: apply automated fixes
1 parent a61bc35 commit cb1f497

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/router-core/src/router.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2938,8 +2938,7 @@ export class RouterCore<
29382938

29392939
// Execute all loaders in parallel
29402940
const max =
2941-
innerLoadContext.firstBadMatchIndex ??
2942-
innerLoadContext.matches.length
2941+
innerLoadContext.firstBadMatchIndex ?? innerLoadContext.matches.length
29432942
for (let i = 0; i < max; i++) {
29442943
innerLoadContext.matchPromises.push(
29452944
this.loadRouteMatch(innerLoadContext, i),

0 commit comments

Comments
 (0)