Skip to content

Commit

Permalink
Remove Duplicate Assignment (vercel#8464)
Browse files Browse the repository at this point in the history
  • Loading branch information
HaNdTriX authored and Luis Fernando Alvarez D committed Aug 21, 2019
1 parent 1007777 commit 878a92f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/next-server/server/render.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ class ServerRouter implements NextRouter {
this.pathname = pathname
this.query = query
this.asPath = as
this.pathname = pathname
}
push(): any {
noRouter()
Expand Down

0 comments on commit 878a92f

Please sign in to comment.