Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben Campos de Teba authored and Ruben Campos de Teba committed Dec 6, 2023
1 parent e53ded5 commit 88d8f30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/calculateSales.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ export const calculateSales = (isWinner: boolean, matchFundPooled: number, count
prize: split10.toFixed(2),
totalAward,
calculateMatchFundContribution: (newCount: any) => {
return (getMatchFundMoney(totalSales, newCount, spli90)).toFixed(2)
// return (getSalesArtifacts(newCount) + getMatchFundMoney(totalSales, newCount, spli90)).toFixed(2)
return getMatchFundMoney(totalSales, newCount, spli90).toFixed(2)
// return (getSalesArtifacts(newCount) + getMatchFundMoney(totalSales, newCount, spli90)).toFixed(2)
},
}
}

0 comments on commit 88d8f30

Please sign in to comment.