mirror of
https://github.com/retailcrm/api-client-go.git
synced 2025-04-02 20:56:17 +03:00
Remove omitempty from SuccessfulResponse type
This commit is contained in:
commit
b39f9d3f69
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ package retailcrm
|
|||
|
||||
// SuccessfulResponse type.
|
||||
type SuccessfulResponse struct {
|
||||
Success bool `json:"success,omitempty"`
|
||||
Success bool `json:"success"`
|
||||
}
|
||||
|
||||
// CreateResponse type.
|
||||
|
|
Loading…
Add table
Reference in a new issue