Skip to content

Commit

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

0 comments on commit 88cfbd0

Please sign in to comment.