From e9c91952e54393fc72f7a7785feccda9e406bcc2 Mon Sep 17 00:00:00 2001 From: mK33y <56261048+mK33y@users.noreply.github.com> Date: Sun, 4 Sep 2022 21:48:18 +0200 Subject: [PATCH] Update main.go unreached code fixed recording --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index 2be92ff..f677f8e 100644 --- a/main.go +++ b/main.go @@ -283,7 +283,6 @@ func endpoint(c *cli.Context) error { log.Printf("%s is not online, check again after %d minute(s)...", c.String("username"), c.Int("interval")) <-time.After(time.Minute * time.Duration(c.Int("interval"))) } - return nil } func main() {