1
0
mirror of https://github.com/retailcrm/api-client-go.git synced 2025-03-20 06:53:49 +03:00

Remove omitempty from SuccessfulResponse type

This commit is contained in:
gridnev 2022-04-27 16:25:34 +03:00
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.