mirror of
https://github.com/retailcrm/api-client-go.git
synced 2024-11-22 12:56:04 +03:00
Remove omitempty from SuccessfulResponse type
This commit is contained in:
commit
b39f9d3f69
@ -2,7 +2,7 @@ package retailcrm
|
|||||||
|
|
||||||
// SuccessfulResponse type.
|
// SuccessfulResponse type.
|
||||||
type SuccessfulResponse struct {
|
type SuccessfulResponse struct {
|
||||||
Success bool `json:"success,omitempty"`
|
Success bool `json:"success"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// CreateResponse type.
|
// CreateResponse type.
|
||||||
|
Loading…
Reference in New Issue
Block a user