Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
raon0211 committed Jul 25, 2021
1 parent a53ed77 commit ba6d8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/server/render.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ export async function renderToHTML(
const routerIsReady = !!(
getServerSideProps ||
hasPageGetInitialProps ||
defaultAppGetInitialProps
!defaultAppGetInitialProps
)
const router = new ServerRouter(
pathname,
Expand Down

0 comments on commit ba6d8c4

Please sign in to comment.