Skip to content

Commit f2b5cfd

Browse files
fix: kotlin
1 parent a07202f commit f2b5cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
return client.call(
22
"{{ method.method | caseUpper }}",
33
apiPath,
4-
params = params,
4+
params = apiParams,
55
responseType = {{ method | returnType(spec, sdk.namespace | caseDot) | raw }}::class.java
66
)

0 commit comments

Comments
 (0)