Skip to content

Commit 0303cb4

Browse files
authored
Fixes 503 response does not add confirmation to queue
Fixes brave/brave-browser#5599
1 parent efd630b commit 0303cb4

File tree

1 file changed

+1
-1
lines changed
  • vendor/bat-native-confirmations/src/bat/confirmations/internal

1 file changed

+1
-1
lines changed

vendor/bat-native-confirmations/src/bat/confirmations/internal/redeem_token.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ void RedeemToken::OnCreateConfirmation(
179179

180180
if (response_status_code != net::HTTP_CREATED) {
181181
BLOG(ERROR) << "Failed to create confirmation";
182-
OnRedeem(FAILED, confirmation, false);
182+
OnRedeem(FAILED, confirmation);
183183
return;
184184
}
185185

0 commit comments

Comments
 (0)