Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit fc93662

Browse files
committed
chore: run unasync
1 parent dbf8213 commit fc93662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage3/_sync/file_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def create_signed_urls(
187187
"""
188188
json = {"paths": paths, "expiresIn": str(expires_in)}
189189
if options.get("download"):
190-
json.update({"download": options["download"]})
190+
json.update({"download": options.get("download")})
191191

192192
response = self._request(
193193
"POST",

0 commit comments

Comments
 (0)