Skip to content

Commit

Permalink
Merge pull request #2 from qdimka/update-lead
Browse files Browse the repository at this point in the history
Update lead
  • Loading branch information
qdimka authored Dec 3, 2020
2 parents 217770b + 7f8779f commit bc831d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/leads.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}

0 comments on commit bc831d0

Please sign in to comment.