fix: data not store in array
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 9s

This commit is contained in:
Methapon2001 2025-03-07 13:39:20 +07:00
parent 78007f1cba
commit 041e219059

View file

@ -566,6 +566,8 @@ export class StatsController extends Controller {
current.income += c.income;
current.expenses += c.expenses;
current.netProfit += c.netProfit;
} else {
a.dataset.push(c);
}
a.income += c.income;