diff options
author | Mo Tarbin <mhed.t91@gmail.com> | 2024-07-09 18:31:25 -0400 |
---|---|---|
committer | Mo Tarbin <mhed.t91@gmail.com> | 2024-07-09 18:31:25 -0400 |
commit | a6ace0db337948e940dfa430e780edccf25eabc9 (patch) | |
tree | 25dc5107a4bb878f5f2af684388c750202e1b727 /internal/chore/model | |
parent | a3fa964c585f62ccf4c4113da1dc324839122c88 (diff) | |
parent | 2d538ff43c9b73223e4af8f8668d0f4f1412e3ab (diff) | |
download | donetick-a6ace0db337948e940dfa430e780edccf25eabc9.tar.gz donetick-a6ace0db337948e940dfa430e780edccf25eabc9.tar.bz2 donetick-a6ace0db337948e940dfa430e780edccf25eabc9.zip |
Merge branch 'dev'
Diffstat (limited to 'internal/chore/model')
-rw-r--r-- | internal/chore/model/model.go | 1 |
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 { |