Skip to content

Commit

Permalink
Fixes 503 response does not add confirmation to queue
Browse files Browse the repository at this point in the history
  • Loading branch information
tmancey committed Aug 8, 2019
1 parent a0b0245 commit 180ae2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ void RedeemToken::OnCreateConfirmation(

if (response_status_code != net::HTTP_CREATED) {
BLOG(ERROR) << "Failed to create confirmation";
OnRedeem(FAILED, confirmation, false);
OnRedeem(FAILED, confirmation);
return;
}

Expand Down

0 comments on commit 180ae2a

Please sign in to comment.