Skip to content

Commit

Permalink
Merge pull request #116 from Kifen/fix/uptime-tracker
Browse files Browse the repository at this point in the history
fix update to uptime tracker
  • Loading branch information
jdknives authored Jan 13, 2020
2 parents d7db1d6 + b75723c commit d6c180b
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 d6c180b

Please sign in to comment.