fix oss build

pull/2707/head
Stefan Schwarz 2019-05-14 17:28:15 +02:00
parent b7737a4a89
commit a093990d0b
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ type Server struct {
}
// NewServer returns a new metrics server.
func NewServer(session core.Session) *Server {
func NewServer(session core.Session, anonymous bool) *Server {
return new(Server)
}