Skip to content

Commit

Permalink
[PAY-2892] Omit albumTrackPrice from data going to backend (#8410)
Browse files Browse the repository at this point in the history
  • Loading branch information
DejayJD authored May 9, 2024
1 parent 70be1d7 commit 212a691
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/web/src/common/store/upload/sagaHelpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ export function* getUSDCMetadata(stream_conditions: USDCPurchaseConditions) {
const priceWei = new BN(priceCents).mul(BN_USDC_CENT_WEI).toNumber()
const conditionsWithMetadata: USDCPurchaseConditions = {
usdc_purchase: {
...stream_conditions.usdc_purchase,
price: priceCents,
splits: {
[ownerUserbank?.toString() ?? '']: priceWei
Expand Down

0 comments on commit 212a691

Please sign in to comment.