Skip to content

Commit

Permalink
patch total funding
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Dec 6, 2024
1 parent 2a6bb24 commit ef7ef82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/analytics/enrich_account_funding.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ impl BalanceTracker {
// reset to zero
today.current_balance = 0.0;
}
// no changes to funding
today.total_funded = previous.total_funded;

}

/// Save the balance tracker to a JSON file
Expand Down

0 comments on commit ef7ef82

Please sign in to comment.