Skip to content

Commit

Permalink
Update ResponseExtensions.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
iNoles authored May 28, 2024
1 parent 88cfbd0 commit d7db6a7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ public expect fun <T : Any> HttpResponse.toJson(
json: Json = Json { allowStructuredMapKeys = true },
deserializationStrategy: DeserializationStrategy<T>
): Result<T?, Throwable>

0 comments on commit d7db6a7

Please sign in to comment.