Merge pull request from qdimka/update-lead

Update lead
This commit is contained in:
DmitryDmitriev 2020-12-03 10:12:35 +03:00 committed by GitHub
commit bc831d0384
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,6 +82,6 @@ type Value struct {
type CustomFieldsValue struct {
FieldID int `json:"field_id"`
FieldCode string `json:"field_code"`
FieldCode string `json:"field_code,omitempty"`
Values []*Value `json:"values"`
}