Skip to content

Commit e5fa552

Browse files
committed
Merge branch 'release/v1.23.1'
2 parents 9d07f2b + 141dcf4 commit e5fa552

File tree

1 file changed

+1
-1
lines changed
  • marketing-api/core/internal/debug

1 file changed

+1
-1
lines changed

marketing-api/core/internal/debug/debug.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@ func DecodeJSONHttpResponse(r io.Reader, v interface{}, debug bool) ([]byte, err
100100
return bs, err
101101
}
102102

103-
log.Println(util.StringsJoin("[DEBUG] [API] http response body:\n", string(bs)))
103+
log.Println(util.StringsJoin("[DEBUG] [API] http response body:\n", string(debugBuf.Bytes())))
104104
return nil, nil
105105
}

0 commit comments

Comments
 (0)