Refactor transaction sync module
Refactors the transaction sync module for better organization.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
import { isSyncEnabled, setSyncEnabled, getLastSyncTime, setLastSyncTime, initSyncSettings } from './sync/syncSettings';
|
||||
import { uploadTransactions, downloadTransactions } from './sync/transactionSync';
|
||||
import { uploadTransactions, downloadTransactions, deleteTransactionFromServer } from './sync/transactionSync';
|
||||
import { uploadBudgets, downloadBudgets } from './sync/budgetSync';
|
||||
|
||||
// Export all utility functions to maintain the same public API
|
||||
@@ -9,6 +9,7 @@ export {
|
||||
setSyncEnabled,
|
||||
uploadTransactions,
|
||||
downloadTransactions,
|
||||
deleteTransactionFromServer,
|
||||
uploadBudgets,
|
||||
downloadBudgets,
|
||||
getLastSyncTime,
|
||||
|
||||
Reference in New Issue
Block a user