From 2c86c1d139232c728809536f6a089ec03c78e12a Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Mon, 2 Dec 2019 15:09:37 -0800 Subject: [PATCH] Remove line --- main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.go b/main.go index 35ae078b0..019a765db 100644 --- a/main.go +++ b/main.go @@ -35,6 +35,5 @@ func updateInBackground(alertMsgChan chan *string) { return } - alertMsg := update.UpdateMessage(client) - alertMsgChan <- alertMsg + alertMsgChan <- update.UpdateMessage(client) }