Skip to content

Commit f667829

Browse files
committed
rm cmts
1 parent 1ecbb9c commit f667829

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
@@ -159,7 +159,6 @@ request retry_interval (12 sec) randomized_interval (0.5) randomized_int
159159
Reference: https://github.com/cenkalti/backoff/blob/v4/exponential.go#L9
160160
*/
161161

162-
// TODO: Make config optional by using default but passing nil.
163162
// Same as Retry only that the functionToRetry can return a value upon correct execution
164163
func RetryWithData[T any](functionToRetry func() (T, error), config *RetryParams) (T, error) {
165164
f := func() (T, error) {

0 commit comments

Comments
 (0)