diff options
Diffstat (limited to 'internal/models/models.go')
-rw-r--r-- | internal/models/models.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/models/models.go b/internal/models/models.go index 42990a3..5d6dfa6 100644 --- a/internal/models/models.go +++ b/internal/models/models.go @@ -21,5 +21,6 @@ type ( Magnitude uint8 Repeatable bool Type ActionType + Done bool } ) |