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