rm unreachable

This commit is contained in:
Bel LaPointe
2022-01-09 22:28:49 -05:00
parent 543a89ec93
commit ddd4ec5457

View File

@@ -25,7 +25,6 @@ func _main() error {
}
time.Sleep(config.Get().Interval.Get())
}
return nil
}
func once() error {