Skip to content

Commit

Permalink
Merge pull request #29469 from DoHi0512/remove-duplicate-comments
Browse files Browse the repository at this point in the history
Next.js: Remove duplicate comments
  • Loading branch information
jonniebigodes authored Nov 4, 2024
2 parents 9aa2f86 + 5a56626 commit b0b5dde
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/frameworks/nextjs/src/routing/app-router-provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ function getSelectedParams(currentTree: FlightRouterState, params: Params = {}):
continue;
}

// Ensure catchAll and optional catchall are turned into an array

// Ensure catchAll and optional catchall are turned into an array
const isCatchAll = isDynamicParameter && (segment[2] === 'c' || segment[2] === 'oc');

Expand Down

0 comments on commit b0b5dde

Please sign in to comment.