Skip to content

Commit

Permalink
Remove change that does not affect typing
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Jan 26, 2021
1 parent bc7a110 commit 97d9288
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/next/next-server/server/render.tsx
Expand Up @@ -796,9 +796,7 @@ export async function renderToHTML(

try {
data = await getServerSideProps({
req: req as IncomingMessage & {
cookies: { [key: string]: string }
},
req,
res,
query,
resolvedUrl: renderOpts.resolvedUrl as string,
Expand Down

0 comments on commit 97d9288

Please sign in to comment.