Skip to content

Commit

Permalink
Remove dangerousAsPath from RenderOpts (#10773)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer committed Mar 1, 2020
1 parent bc4f7bd commit 302b55b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/next/next-server/server/render.tsx
Expand Up @@ -129,7 +129,6 @@ type RenderOpts = LoadComponentsReturnType & {
buildId: string
canonicalBase: string
runtimeConfig?: { [key: string]: any }
dangerousAsPath: string
assetPrefix?: string
hasCssMode: boolean
err?: Error | null
Expand Down

0 comments on commit 302b55b

Please sign in to comment.