Skip to content

Commit

Permalink
fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
shuding committed Nov 15, 2021
1 parent db060e1 commit d6d3884
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/next/server/render.tsx
Expand Up @@ -999,9 +999,9 @@ export async function renderToHTML(
if (isResSent(res) && !isSSG) return null

if (renderServerComponentData) {
return new RenderResult((res, next) => {
return new RenderResult((res_, next) => {
const { startWriting } = connectReactServerReadableStreamToPiper(
res.write,
res_.write,
next
)
startWriting(
Expand Down

0 comments on commit d6d3884

Please sign in to comment.