Skip to content

Commit

Permalink
lint-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Aug 30, 2022
1 parent cc7034e commit d9f6d1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/next/server/web-server.ts
Expand Up @@ -328,7 +328,6 @@ export default class NextWebServer extends BaseServer<WebServerOptions> {
query: NextParsedUrlQuery,
renderOpts: RenderOpts
): Promise<RenderResult | null> {

const { pagesRenderToHTML, appRenderToHTML } =
this.serverOptions.webServerConfig
const curRenderToHTML = pagesRenderToHTML || appRenderToHTML
Expand Down

0 comments on commit d9f6d1e

Please sign in to comment.