mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-16 11:28:55 +00:00
Update dependencies (#1929)
This commit is contained in:
2
vendor/github.com/slack-go/slack/internal/backoff/backoff.go
generated
vendored
2
vendor/github.com/slack-go/slack/internal/backoff/backoff.go
generated
vendored
@ -51,7 +51,7 @@ func (b *Backoff) Duration() (dur time.Duration) {
|
||||
return dur
|
||||
}
|
||||
|
||||
//Resets the current value of the counter back to Min
|
||||
// Resets the current value of the counter back to Min
|
||||
func (b *Backoff) Reset() {
|
||||
b.attempts = 0
|
||||
}
|
||||
|
Reference in New Issue
Block a user