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

This commit is contained in:
2025-06-03 19:14:50 -04:00
parent ac8efafe29
commit 68eb2a5911
3 changed files with 17 additions and 5 deletions

View File

@ -264,7 +264,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", "data", r.Data)
// c.logger.Debug("parsed http request output", "data", r.Data)
// dataName field has the list of the states [ remoteServiceStatus | errorResponse ]
if r.DataName == "remoteServiceStatus" {