Skip to content

Commit d04f0c9

Browse files
committed
debugging
1 parent 770e157 commit d04f0c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

response/success.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ func HandleAPISuccessResponse(resp *http.Response, out interface{}, sugar *zap.S
4949
var handler contentHandler
5050
var ok bool
5151

52+
sugar.Debugw("things", "LOGHERE")
5253
if handler, ok = responseUnmarshallers[contentType]; ok {
5354
return handler(bodyReader, out, sugar, contentType)
5455
}

0 commit comments

Comments
 (0)