Skip to content

Commit 44439c2

Browse files
committed
Fix syntax
1 parent 44baaa6 commit 44439c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/android/library/src/main/java/io/appwrite/Client.kt.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ class Client @JvmOverloads constructor(
230230
headers: Map<String, String> = mapOf(),
231231
params: Map<String, Any?> = mapOf(),
232232
responseType: Class<T>,
233-
converter: ((Any -> T)? = null
233+
converter: ((Any) -> T)? = null
234234
): T {
235235
val filteredParams = params.filterValues { it != null }
236236

0 commit comments

Comments
 (0)