Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
w-h-a committed Aug 25, 2024
1 parent d2d128e commit f8a9a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/httpclient/http_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ func (c *httpClient) call(ctx context.Context, address string, req client.Reques

log.Infof("RSP BEFORE %+v", rsp)

if err := marshaler.Unmarshal(bs, rsp); err != nil {
if err := marshaler.Unmarshal(bs, &rsp); err != nil {
return errorutils.InternalServerError("client", err.Error())
}

Expand Down

0 comments on commit f8a9a98

Please sign in to comment.