diff options
Diffstat (limited to 'internal/models/atom.go')
| -rw-r--r-- | internal/models/atom.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/models/atom.go b/internal/models/atom.go index 9f40de6..21d30a6 100644 --- a/internal/models/atom.go +++ b/internal/models/atom.go @@ -10,7 +10,6 @@ type AtomSource string const ( SourceTrello AtomSource = "trello" - SourceMeal AtomSource = "plantoeat" SourceGTasks AtomSource = "gtasks" SourceClaudomator AtomSource = "claudomator" SourceDoot AtomSource = "doot" @@ -20,7 +19,6 @@ type AtomType string const ( TypeTask AtomType = "task" - TypeMeal AtomType = "meal" ) // Atom represents a unified unit of work or information |
