Skip to content

Commit

Permalink
perf: modify the json format serialized in the database
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiinaKin committed Sep 14, 2024
1 parent c3575e2 commit 943f41b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/kotlin/io/sakurasou/plugins/Serialization.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fun Application.configureSerialization() {
}

val jsonFormat = Json {
prettyPrint = true
// isLenient = true
// ignoreUnknownKeys = true
prettyPrint = false
isLenient = false
ignoreUnknownKeys = false
}

0 comments on commit 943f41b

Please sign in to comment.