Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
schulzefelix committed Jun 28, 2020
2 parents 15854f6 + e5ed2bf commit e345127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ExponentialBackoff.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function execute(callable $function, array $arguments = [])
}
}

if ($exception->getCode() == 403) {
if ($exception->getCode() == 401 || $exception->getCode() == 403) {
break;
}

Expand Down

0 comments on commit e345127

Please sign in to comment.