Skip to content

Commit

Permalink
Fixing retry logic
Browse files Browse the repository at this point in the history
  • Loading branch information
mkieres committed Oct 21, 2021
1 parent c7585a1 commit 73be1cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ class BoardGamesGeekService {
);

if (response.statusCode == _bggRetryStatusCode) {
throw BggRetryException;
throw BggRetryException();
}

return response;
Expand Down

0 comments on commit 73be1cc

Please sign in to comment.