Skip to content

Commit

Permalink
fixed a small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sakib committed Mar 10, 2021
1 parent 020e6ed commit 1678659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UpStorageApiClient/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def delete(self, file_name):
response = requests.post(url, headers=header)

if self.validate_response(response):
return response.json()
return 'DELETED'

@staticmethod
def validate_response(response):
Expand Down

0 comments on commit 1678659

Please sign in to comment.