refactor: remove unused imports and streamline exception handling logic

This commit is contained in:
2026-01-27 15:14:26 +01:00
parent 637d610a5b
commit 57ff6654c4
3 changed files with 2 additions and 5 deletions
@@ -3,8 +3,6 @@ package at.mocode.ping.feature.data
import at.mocode.frontend.core.localdb.AppDatabase
import at.mocode.frontend.core.sync.SyncableRepository
import at.mocode.ping.api.PingEvent
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.withContext
// ARCH-BLUEPRINT: This repository implements the generic SyncableRepository
// for a specific entity, bridging the gap between the sync core and the local database.