Skip to content

Commit

Permalink
Mark internal to allow testing
Browse files Browse the repository at this point in the history
  • Loading branch information
daymxn committed May 2, 2024
1 parent 2f3e123 commit ba5a77b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ import kotlinx.coroutines.launch
import kotlinx.coroutines.withTimeout
import kotlinx.serialization.json.Json

private val JSON = Json {
internal val JSON = Json {
ignoreUnknownKeys = true
prettyPrint = false
}
Expand Down

0 comments on commit ba5a77b

Please sign in to comment.