Skip to content

Commit a425f25

Browse files
committed
attempt
1 parent a452983 commit a425f25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/optimizely/cmab/cmab_client.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ def _do_fetch_with_retry(url, request_body, retry_config, timeout)
150150
# Returns:
151151
# The variation ID from the response.
152152

153+
attempt = 0
153154
backoff = retry_config.initial_backoff
154155
(0..retry_config.max_retries).each do |attempt|
155156
_do_fetch(url, request_body, timeout)

0 commit comments

Comments
 (0)