Remove line
This commit is contained in:
parent
1231ddd01c
commit
2c86c1d139
1 changed files with 1 additions and 2 deletions
3
main.go
3
main.go
|
|
@ -35,6 +35,5 @@ func updateInBackground(alertMsgChan chan *string) {
|
|||
return
|
||||
}
|
||||
|
||||
alertMsg := update.UpdateMessage(client)
|
||||
alertMsgChan <- alertMsg
|
||||
alertMsgChan <- update.UpdateMessage(client)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue