Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add omitempty on Service.SupportHours and Service.ScheduledActions
The lack of `omitempty` on these fields is causing `CreateService` calls to fail when both are omitted. This broke in the v1.4.0 release so this is a bug fix. Relates to #348 Fixes #346
- Loading branch information