mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-15 15:02:49 +01:00
chore: lint
Signed-off-by: KaiserBh <kaiserbh@proton.me>
This commit is contained in:
parent
7f77422a1f
commit
542ad22c93
@ -141,7 +141,9 @@ class GoogleDriveSyncService(context: Context, json: Json, syncPreferences: Sync
|
||||
logcat(LogPriority.DEBUG) { "JSON deserialized successfully with kotlinx.serialization" }
|
||||
syncData
|
||||
} catch (e: Exception) {
|
||||
logcat(LogPriority.ERROR) { "Failed to convert json to sync data with kotlinx.serialization: ${e.message}" }
|
||||
logcat(
|
||||
LogPriority.ERROR,
|
||||
) { "Failed to convert json to sync data with kotlinx.serialization: ${e.message}" }
|
||||
throw Exception(e.message)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user