More changes
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 26s

This commit is contained in:
2025-06-01 17:10:38 -04:00
parent ded46bb720
commit f959895824
2 changed files with 2 additions and 3 deletions

View File

@ -269,7 +269,7 @@ func (c *Client) execute(requestUrl string, method string, params map[string]str
}
if r, ok := c.parseResponse(resBytes); ok {
c.logger.Debug("parsed http request output", "request", "HTTP POLLING", "data", r.Data)
c.logger.Debug("parsed http request output", "data", r.Data)
if r.DataName == "remoteServiceStatus" {
var sr ServiceRequest