Reintroduce removed parameter

This commit is contained in:
davidoskky 2023-09-12 00:36:56 +02:00
parent 2b446ab22b
commit d8c215eacc

View File

@ -51,6 +51,7 @@ class SelfossApi(private val appSettingsService: AppSettingsService) {
prettyPrint = true
isLenient = true
ignoreUnknownKeys = true
explicitNulls = false
})
}
install(Logging) {