Fix lint error

This commit is contained in:
Deluan 2023-04-03 11:15:46 -04:00
parent b22d0366d5
commit de816e8e5d
1 changed files with 0 additions and 1 deletions

View File

@ -159,7 +159,6 @@ func (b *broker) ServeHTTP(w http.ResponseWriter, r *http.Request) {
}
}
log.Trace(ctx, "Client EventStream connection closed", "client", c.String())
return
}
func (b *broker) subscribe(r *http.Request) client {