mirror of https://github.com/harness/drone.git
fix oss build
parent
b7737a4a89
commit
a093990d0b
|
@ -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 New Issue