Skip to content

Commit

Permalink
Merge pull request #445 from appwrite/fix-android-error
Browse files Browse the repository at this point in the history
feat: fix redundant param android
  • Loading branch information
christyjacob4 authored May 17, 2022
2 parents 841281f + 54deb5d commit c0914d9
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ class {{ service.name | caseUcfirst }}(client: Client) : Service(client) {
{% if parameter.type == 'file' %}
val paramName = "{{ parameter.name }}"
{% endif %}
{% if parameter.isUploadID %}
idParamName = "{{ parameter.name }}"
{% endif %}
{% endfor %}
return client.chunkedUpload(
path,
Expand Down

0 comments on commit c0914d9

Please sign in to comment.