Custom fields should be a slice of structs in time.go

This commit is contained in:
Steven Polley 2018-06-25 12:54:10 -06:00
parent bcca1e872e
commit 3258707dce
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ type TimeEntry struct {
UpdatedBy string `json:"updatedBy"`
ChargeToMobileGUID string `json:"chargeToMobileGuid"`
} `json:"_info"`
CustomFields struct {
CustomFields []struct {
ID int
Caption string
Type string