Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
tylertreat committed Jun 8, 2020
1 parent 192e7da commit 8e38d85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/server.go
Expand Up @@ -71,6 +71,7 @@ type Server struct {
func RunServerWithConfig(config *Config) (*Server, error) {
server := New(config)
err := server.Start()

return server, err
}

Expand Down

0 comments on commit 8e38d85

Please sign in to comment.