Skip to content

Commit 83ff59d

Browse files
committed
fix lints
1 parent 22e1f03 commit 83ff59d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/next/src/server/app-render/app-render.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@ type AppRenderBaseContext = {
8585
renderOpts: RenderOpts
8686
}
8787

88-
// TODO-APP: improve type
89-
type ServerContext = [string, any]
90-
9188
export type GenerateFlight = typeof generateFlight
9289

9390
export type AppRenderContext = AppRenderBaseContext & {

0 commit comments

Comments
 (0)