Commit bbbbb67
committed
fix: unexpected code path triggered due to incorrect retry check
We should not allow for an extra attempt that would try to re-enter the
for loop but would not satisfy the `< maxAttempts` condition.1 parent ac0fe24 commit bbbbb67
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| |||
0 commit comments