Skip to content

Commit a07e43f

Browse files
committed
chore: remove comment
1 parent 97dcd8c commit a07e43f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/retry.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ Reference: https://github.com/cenkalti/backoff/blob/v4/exponential.go#L9
125125

126126
// Same as Retry only that the functionToRetry can return a value upon correct execution
127127
func RetryWithData[T any](functionToRetry func() (T, error), config *RetryConfig) (T, error) {
128-
//func RetryWithData[T any](functionToRetry func() (T, error), minDelay time.Duration, factor float64, maxTries uint64, maxInterval time.Duration, maxElapsedTime time.Duration) (T, error) {
129128
f := func() (T, error) {
130129
var (
131130
val T

0 commit comments

Comments
 (0)