fix oss build
This commit is contained in:
parent
b7737a4a89
commit
a093990d0b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue