Skip to content

Commit

Permalink
fix update to uptime tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
Kifen committed Jan 12, 2020
1 parent d7db1d6 commit b75723c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/skywire-visor/commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ func (cfg *runCfg) runNode() *runCfg {
cfg.logger.Error("Failed to connect to uptime tracker: ", err)
} else {
ticker := time.NewTicker(1 * time.Second)
defer ticker.Stop()

go func() {
for range ticker.C {
Expand Down

0 comments on commit b75723c

Please sign in to comment.