Skip to content

Commit

Permalink
fix(storage): function argument name has changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Psycojoker committed Jun 5, 2024
1 parent 110c4ee commit 526de08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aleph/web/controllers/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ async def storage_add_file(request: web.Request):
signature_verifier=signature_verifier,
storage_service=storage_service,
message=message,
file=uploaded_file,
uploaded_file=uploaded_file,
grace_period=grace_period,
)
session.commit()
Expand Down

0 comments on commit 526de08

Please sign in to comment.