fix: fix gosec and err checl
Some checks failed
build / build (push) Failing after 3m10s

This commit is contained in:
d3m0k1d
2026-01-21 22:30:27 +03:00
parent de000ab5b6
commit 211e019c68
4 changed files with 11 additions and 4 deletions

View File

@@ -55,6 +55,7 @@ var DaemonCmd = &cobra.Command{
ticker := time.NewTicker(5 * time.Second)
defer ticker.Stop()
for range ticker.C {
log.Info("TICK: ProcessUnviewed about to run")
if err := j.ProcessUnviewed(); err != nil {
log.Error("Failed to process unviewed", "error", err)
}