Skip to content

Commit

Permalink
Merge pull request #4 from rapid7/refactor
Browse files Browse the repository at this point in the history
fixed bug
  • Loading branch information
vjiandani-r7 committed Dec 13, 2018
2 parents a5a1886 + e5f3b28 commit 7113bb0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ func bToMb(b uint64) float64 {
}

func main() {
web.PdfRendererWebServer{
ws := web.PdfRendererWebServer{
Port: cfg.Config().WebServerPort(),
}.Start()
}
ws.Start()
}

0 comments on commit 7113bb0

Please sign in to comment.