Skip to content

Commit

Permalink
chore: commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinAbro321 committed Mar 21, 2024
1 parent 129240a commit 95c043b
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 @@ -29,7 +29,6 @@ func Retry(fn func() error, retries int, delay time.Duration, logger func(format
time.Sleep(backoff)
}


return err
}

Expand Down

0 comments on commit 95c043b

Please sign in to comment.