Skip to content

Commit

Permalink
fix: solve GetCredentials
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Nov 17, 2023
1 parent f0725d9 commit e399d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compress/api_customer.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ func (o *compress) GetCredentials() (*Credential, error) {
}
o.debugPrint(obj)
//
return &obj.Credential, nil
return &obj.Data, nil
}

0 comments on commit e399d79

Please sign in to comment.