Skip to content

Commit

Permalink
feat: fix redundant param android
Browse files Browse the repository at this point in the history
  • Loading branch information
christyjacob4 committed May 17, 2022
1 parent 841281f commit 54deb5d
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 54deb5d

Please sign in to comment.