Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ruixhuang committed Nov 8, 2024
1 parent c61c083 commit f244443
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ object VaultCalculator {
calculated = mutableMapOf(
CalculationPeriod.current to
InternalSubaccountCalculated(
equity = equity,
equity = equity ?: 0.0,
quoteBalance = subaccountCalculator.calculateQuoteBalance(
assetPositionsMap,
),
Expand Down

0 comments on commit f244443

Please sign in to comment.