Fix budget synchronization issue

Ensure budget data is also synchronized when syncing with cloud after local data deletion.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-16 10:30:38 +00:00
parent 8b7defb576
commit dab1a9cb84
3 changed files with 8 additions and 3 deletions

View File

@@ -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';