mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-10 07:55:21 +02:00
Partial sync interface
This commit is contained in:
parent
6e202bd7ec
commit
7a8ac82823
13 changed files with 34 additions and 94 deletions
|
@ -13,11 +13,7 @@ class PlaidItem::Syncer
|
|||
plaid_item.process_accounts
|
||||
|
||||
# All data is synced, so we can now run an account sync to calculate historical balances and more
|
||||
plaid_item.schedule_account_syncs(
|
||||
parent_sync: sync,
|
||||
window_start_date: sync.window_start_date,
|
||||
window_end_date: sync.window_end_date
|
||||
)
|
||||
plaid_item.schedule_account_syncs(parent_sync: sync)
|
||||
end
|
||||
|
||||
def perform_post_sync
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue