Skip to content

Commit 5103d47

Browse files
committed
fix!: breaking
1 parent 017f8db commit 5103d47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

helpers/misc.go

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ func Retry(fn func() error, retries int, delay time.Duration, logger func(format
2929
time.Sleep(backoff)
3030
}
3131

32+
3233

3334
return err
3435
}

0 commit comments

Comments
 (0)