diff options
| author | Paul Buetow <paul@buetow.org> | 2024-10-31 23:09:54 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-10-31 23:09:54 +0200 |
| commit | c2b3c4f6e4d40c49d55deb5b696bb3cb8cdde531 (patch) | |
| tree | 1f83f75bf085dc1b02e7562cfcb759f4d8c6486c /internal/queue/queue.go | |
| parent | 1c143f2e4faeb803f5f7c96f29c1ef447a0b2097 (diff) | |
intial warning when there aren't enough queued
Diffstat (limited to 'internal/queue/queue.go')
| -rw-r--r-- | internal/queue/queue.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/queue/queue.go b/internal/queue/queue.go index f6209f3..80c9d3d 100644 --- a/internal/queue/queue.go +++ b/internal/queue/queue.go @@ -18,7 +18,6 @@ import ( // Strictly, we only operate on .txt files, but we also accept .md as Obsidian creates only .md files. var validExtensions = []string{".txt", ".md"} -// TODO: Red alert when there are no messages to schedule, or less than N func Run(args config.Args) error { if err := queueEntries(args); err != nil { return err |
