We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44baaa6 commit 44439c2Copy full SHA for 44439c2
templates/android/library/src/main/java/io/appwrite/Client.kt.twig
@@ -230,7 +230,7 @@ class Client @JvmOverloads constructor(
230
headers: Map<String, String> = mapOf(),
231
params: Map<String, Any?> = mapOf(),
232
responseType: Class<T>,
233
- converter: ((Any -> T)? = null
+ converter: ((Any) -> T)? = null
234
): T {
235
val filteredParams = params.filterValues { it != null }
236
0 commit comments