Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
wyattjoh committed Dec 12, 2022
1 parent cf7c843 commit 2466a90
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/next/shared/lib/router/router.ts
Expand Up @@ -1671,8 +1671,6 @@ export default class Router implements BaseRouter {
}
}

// let { error, props, __N_SSG, __N_SSP } = routeInfo

const component: any = routeInfo.Component
if (component && component.unstable_scriptLoader) {
const scripts = [].concat(component.unstable_scriptLoader())
Expand Down

0 comments on commit 2466a90

Please sign in to comment.