@maktubbet/sdk 2.2.8 → 2.2.9

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.
@@ -16061,7 +16061,7 @@ function BlackjackGameInner() {
16061
16061
  });
16062
16062
  }
16063
16063
  setIsActive(false);
16064
- setBalance(balance - amount - extraDebit + data.payout);
16064
+ setBalance(balance - extraDebit + data.payout);
16065
16065
  addStat({
16066
16066
  amount: data.amount,
16067
16067
  payoutMultiplier: data.payoutMultiplier,