rm unreachable

master
Bel LaPointe 2022-01-09 22:28:49 -05:00
parent 543a89ec93
commit ddd4ec5457
1 changed files with 0 additions and 1 deletions

View File

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