Fix budget synchronization issue
Ensure budget data is also synchronized when syncing with cloud after local data deletion.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
|
||||
import { isSyncEnabled, setSyncEnabled, getLastSyncTime, setLastSyncTime, initSyncSettings } from './sync/syncSettings';
|
||||
import { uploadTransactions, downloadTransactions, deleteTransactionFromServer } from './sync/transactionSync';
|
||||
import { uploadBudgets, downloadBudgets } from './sync/budget';
|
||||
|
||||
Reference in New Issue
Block a user