fix: crash when subscription avatar is null on export

This commit is contained in:
Bnyro 2024-03-13 14:21:05 +01:00
parent 78a9f8aee6
commit 50159ef0a3

View File

@ -5,5 +5,6 @@ import kotlinx.serialization.json.Json
object JsonHelper {
val json = Json {
ignoreUnknownKeys = true
coerceInputValues = true
}
}