Remove 'many_downloads' auto-claim (let user manually claim) (#1795)
Ticket: 1768
This commit is contained in:
parent
da55cdbba8
commit
6696d32e66
1 changed files with 0 additions and 2 deletions
|
@ -144,8 +144,6 @@ export function doClaimEligiblePurchaseRewards() {
|
|||
if (unclaimedRewards.find((ur) => ur.reward_type === rewards.TYPE_FIRST_STREAM)) {
|
||||
dispatch(doClaimRewardType(rewards.TYPE_FIRST_STREAM));
|
||||
} else {
|
||||
dispatch(doClaimRewardType(rewards.TYPE_MANY_DOWNLOADS, { failSilently: true }));
|
||||
|
||||
if (!selectWeeklyWatchClaimedThisWeek(state)) {
|
||||
dispatch(doClaimRewardType(rewards.TYPE_WEEKLY_WATCH, { failSilently: true }));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue