Skip to content

Commit

Permalink
Address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
swift1337 committed Aug 6, 2024
1 parent b99bd95 commit ccbef87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/ticker/ticker.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,5 @@ func (t *Ticker) Stop() {

close(t.signalChan)
t.stopped = true
t.ticker.Stop()
}

0 comments on commit ccbef87

Please sign in to comment.