aboutsummaryrefslogtreecommitdiffstats
path: root/internal/chore/model/model.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/chore/model/model.go')
-rw-r--r--internal/chore/model/model.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/chore/model/model.go b/internal/chore/model/model.go
index 90f6c29..3fb7a92 100644
--- a/internal/chore/model/model.go
+++ b/internal/chore/model/model.go
@@ -47,6 +47,7 @@ type FrequencyMetadata struct {
Days []*string `json:"days,omitempty"`
Months []*string `json:"months,omitempty"`
Unit *string `json:"unit,omitempty"`
+ Time string `json:"time,omitempty"`
}
type NotificationMetadata struct {