Fix lint error
This commit is contained in:
parent
b22d0366d5
commit
de816e8e5d
1 changed files with 0 additions and 1 deletions
|
|
@ -159,7 +159,6 @@ func (b *broker) ServeHTTP(w http.ResponseWriter, r *http.Request) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
log.Trace(ctx, "Client EventStream connection closed", "client", c.String())
|
log.Trace(ctx, "Client EventStream connection closed", "client", c.String())
|
||||||
return
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (b *broker) subscribe(r *http.Request) client {
|
func (b *broker) subscribe(r *http.Request) client {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue