Skip to content

Commit

Permalink
resp body device info
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Jan 31, 2023
1 parent c78ca38 commit 127ca5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions haivision/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ func (o *Haivision) GetDeviceInfo() (*device.BaseResponseDeviceInfo, error) {
if err != nil {
return nil, err
}
log.Println("GetDeviceInfo resp ",resp.Body())
var obj device.BaseResponseDeviceInfo
if err := json.Unmarshal(resp.Body(), &obj); err != nil {
return nil, err
Expand Down

0 comments on commit 127ca5c

Please sign in to comment.