1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-10 16:05:22 +02:00

Remove stale data type

This commit is contained in:
Zach Gollwitzer 2025-03-07 12:27:29 -05:00
parent 734c1baf04
commit ef4b87eaa0

View file

@ -12,8 +12,6 @@ class Account::Balance::BaseCalculator
end
private
CashBalance = Data.define(:date, :balance)
def sync_cache
@sync_cache ||= Account::Balance::SyncCache.new(account)
end