Skip to content

Commit

Permalink
lint-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity committed Dec 17, 2024
1 parent a7f05e1 commit c496c85
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/next/src/shared/lib/router/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1916,9 +1916,8 @@ export default class Router implements BaseRouter {

try {
let props: Record<string, any> | undefined
const { page: Component, styleSheets } = await this.fetchComponent(
'/_error'
)
const { page: Component, styleSheets } =
await this.fetchComponent('/_error')

const routeInfo: CompletePrivateRouteInfo = {
props,
Expand Down

0 comments on commit c496c85

Please sign in to comment.