@merkl/api 0.20.151 → 0.20.152

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -221,7 +221,7 @@ export class RewardService {
221
221
  if (!lastTreeRewardsBreakdown)
222
222
  continue;
223
223
  breakdown.claimed = lastTreeRewardsBreakdown.amount;
224
- await RewardRepository.updateBreakdownClaimed(user, tokenId, breakdown.campaignId, breakdown.reason, breakdown.amount);
224
+ await RewardRepository.updateBreakdownClaimed(user, tokenId, breakdown.campaignId, breakdown.reason, breakdown.claimed);
225
225
  }
226
226
  }
227
227
  }