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.
2 parents 841281f + 54deb5d commit c0914d9Copy full SHA for c0914d9
templates/android/library/src/main/java/io/appwrite/services/ServiceTemplate.kt.twig
@@ -129,9 +129,6 @@ class {{ service.name | caseUcfirst }}(client: Client) : Service(client) {
129
{% if parameter.type == 'file' %}
130
val paramName = "{{ parameter.name }}"
131
{% endif %}
132
-{% if parameter.isUploadID %}
133
- idParamName = "{{ parameter.name }}"
134
-{% endif %}
135
{% endfor %}
136
return client.chunkedUpload(
137
path,
0 commit comments