Skip to content

Commit ab3de30

Browse files
fix: typecheck
1 parent 116e355 commit ab3de30

File tree

1 file changed

+1
-1
lines changed
  • services/storage/src/simcore_service_storage/api/rest

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ async def is_completed_upload_file(
349349
# first check if the task is in the app
350350
if task_status.is_done:
351351
task_result = TypeAdapter(FileMetaData).validate_python(
352-
await task_manager.get_result(
352+
await task_manager.get_task_result(
353353
context=async_job_name_data.model_dump(),
354354
task_uuid=TaskUUID(future_id),
355355
)

0 commit comments

Comments
 (0)