Skip to content

Commit f5f72c4

Browse files
committed
minor change
1 parent f020bc3 commit f5f72c4

File tree

1 file changed

+2
-2
lines changed
  • services/storage/src/simcore_service_storage/api/_worker_tasks

1 file changed

+2
-2
lines changed

services/storage/src/simcore_service_storage/api/_worker_tasks/_files.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818

1919
async def complete_upload_file(
2020
task: Task,
21-
task_id: TaskKey,
21+
task_key: TaskKey,
2222
user_id: UserID,
2323
location_id: LocationID,
2424
file_id: StorageFileID,
2525
body: FileUploadCompletionBody,
2626
) -> FileMetaData:
27-
assert task_id # nosec
27+
assert task_key # nosec
2828
with log_context(
2929
_logger,
3030
logging.INFO,

0 commit comments

Comments
 (0)