Skip to content

Commit

Permalink
fix!: breaking
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinAbro321 committed Mar 21, 2024
1 parent 017f8db commit 5103d47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helpers/misc.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ func Retry(fn func() error, retries int, delay time.Duration, logger func(format
time.Sleep(backoff)
}



return err
}
Expand Down

0 comments on commit 5103d47

Please sign in to comment.