whisper-money/resources/js/services
Víctor Falcón 6cbcd2a202 fix(sync): skip the local cache eviction on delete when IndexedDB is missing
The API delete is authoritative and must always run; only the best-effort local
cache eviction is routed through withDb so it no-ops when IndexedDB is
unavailable, instead of throwing after a successful server delete. axios stays
outside the guard so no mutation is ever swallowed.
2026-07-07 06:51:04 +02:00
..
transaction-sync.test.ts fix(sync): skip the local cache eviction on delete when IndexedDB is missing 2026-07-07 06:51:04 +02:00
transaction-sync.ts fix(sync): skip the local cache eviction on delete when IndexedDB is missing 2026-07-07 06:51:04 +02:00