Fix lint error

This commit is contained in:
Deluan 2023-04-03 11:15:46 -04:00 committed by Joe Stump
parent a75d8e0c6b
commit a3f45724a9
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

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 {