diff options
| author | Paul Buetow <paul@buetow.org> | 2024-10-27 22:00:31 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-10-27 22:00:31 +0200 |
| commit | db4b435716f150ce0e92f4e5d6e2b01e67d07086 (patch) | |
| tree | 662d935708f14623cfe1d75a52d327741af55906 /internal/schedule | |
| parent | 9827378121f1fc800171e84e4a9660615cb1f1db (diff) | |
initial refactor
Diffstat (limited to 'internal/schedule')
| -rw-r--r-- | internal/schedule/schedule.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/schedule/schedule.go b/internal/schedule/schedule.go index 5ac2732..473ddc8 100644 --- a/internal/schedule/schedule.go +++ b/internal/schedule/schedule.go @@ -28,7 +28,6 @@ func Run(args config.Args, platform string) (entry.Entry, error) { log.Println("For", platform, "stats:", stats) // Schedule random queued entry with "now" tag, ignoring the target hit stats. - // TODO: Document .now. tag ent, err := selectRandomEntry(dir, "now") if err != nil && !errors.Is(err, oi.ErrNotFound) { // Unknown error |
