aboutsummaryrefslogtreecommitdiffstats
path: root/internal/chore/model/model.go
diff options
context:
space:
mode:
authorLibravatar Mo Tarbin <mhed.t91@gmail.com>2024-07-09 18:31:25 -0400
committerLibravatar Mo Tarbin <mhed.t91@gmail.com>2024-07-09 18:31:25 -0400
commita6ace0db337948e940dfa430e780edccf25eabc9 (patch)
tree25dc5107a4bb878f5f2af684388c750202e1b727 /internal/chore/model/model.go
parenta3fa964c585f62ccf4c4113da1dc324839122c88 (diff)
parent2d538ff43c9b73223e4af8f8668d0f4f1412e3ab (diff)
downloaddonetick-a6ace0db337948e940dfa430e780edccf25eabc9.tar.gz
donetick-a6ace0db337948e940dfa430e780edccf25eabc9.tar.bz2
donetick-a6ace0db337948e940dfa430e780edccf25eabc9.zip
Merge branch 'dev'
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 {