Skip to content

Commit 017f8db

Browse files
committed
feat(api): cool api
1 parent 9dd0e21 commit 017f8db

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
return err
3334
}
3435

0 commit comments

Comments
 (0)