Skip to content

Commit

Permalink
set explicitNulls to false in json mapper
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed Oct 13, 2023
1 parent f0c93ed commit 4589d0f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ val LavalinkSerializersModule = SerializersModule {
val json = Json {
ignoreUnknownKeys = true
encodeDefaults = false
explicitNulls = false
serializersModule = LavalinkSerializersModule
}

0 comments on commit 4589d0f

Please sign in to comment.