fix attempts
All checks were successful
Build and push image / deploy (push) Successful in 1m39s

This commit is contained in:
2023-12-28 19:36:09 +03:00
parent 7585c675d4
commit 2e39d4a554

View File

@ -126,8 +126,8 @@ func (c *Client) GetBlockGoodsCategory(ctx context.Context, idC int, idR int, so
return nil, fmt.Errorf("http do: %w", err)
}
// dump, err = httputil.DumpResponse(resp, true)
// log.Printf("%d %s", resp.StatusCode, string(dump))
dump, err = httputil.DumpResponse(resp, true)
log.Printf("%d %s", resp.StatusCode, string(dump))
defer resp.Body.Close()