Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Mar 16, 2023
1 parent 86f8c1a commit 1d9f606
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/next/src/server/app-render/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -686,8 +686,6 @@ export async function renderToHTMLOrFlight(
ComponentMod.staticGenerationAsyncStorage
const requestAsyncStorage: RequestAsyncStorage =
ComponentMod.requestAsyncStorage
const staticGenerationBailout =
ComponentMod.staticGenerationBailout as typeof import('../../client/components/static-generation-bailout').staticGenerationBailout

// we wrap the render in an AsyncLocalStorage context
const wrappedRender = async () => {
Expand Down

0 comments on commit 1d9f606

Please sign in to comment.