Skip to content

Commit

Permalink
feat(api): helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinAbro321 committed Mar 18, 2024
1 parent 04e75ee commit 1cd3a92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion helpers/misc.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ func Retry(fn func() error, retries int, delay time.Duration, logger func(format

logger("Retrying (%d/%d) in %s: %s", r+1, retries, backoff, err.Error())



time.Sleep(backoff)
}
Expand Down

0 comments on commit 1cd3a92

Please sign in to comment.