Skip to content

Commit

Permalink
chore: run unasync
Browse files Browse the repository at this point in the history
  • Loading branch information
anand2312 committed Sep 28, 2023
1 parent dbf8213 commit fc93662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage3/_sync/file_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def create_signed_urls(
"""
json = {"paths": paths, "expiresIn": str(expires_in)}
if options.get("download"):
json.update({"download": options["download"]})
json.update({"download": options.get("download")})

response = self._request(
"POST",
Expand Down

0 comments on commit fc93662

Please sign in to comment.