Skip to content

Commit

Permalink
remove unsed
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Oct 29, 2022
1 parent ddce753 commit e17ba85
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/next/server/render.tsx
Expand Up @@ -433,8 +433,6 @@ export async function renderToHTML(
return results
}

const headTags = (...args: any) => callMiddleware('headTags', args)

const isSSG = !!getStaticProps
const isBuildTimeSSG = isSSG && renderOpts.nextExport
const defaultAppGetInitialProps =
Expand Down

0 comments on commit e17ba85

Please sign in to comment.