From 3258707dce79baa03e6ff4095ff0dba50dd2e71d Mon Sep 17 00:00:00 2001 From: Steven Polley Date: Mon, 25 Jun 2018 12:54:10 -0600 Subject: [PATCH] Custom fields should be a slice of structs in time.go --- 3.0/connectwise/time.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3.0/connectwise/time.go b/3.0/connectwise/time.go index a87c288..64ebbd5 100644 --- a/3.0/connectwise/time.go +++ b/3.0/connectwise/time.go @@ -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