We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116e355 commit ab3de30Copy full SHA for ab3de30
services/storage/src/simcore_service_storage/api/rest/_files.py
@@ -349,7 +349,7 @@ async def is_completed_upload_file(
349
# first check if the task is in the app
350
if task_status.is_done:
351
task_result = TypeAdapter(FileMetaData).validate_python(
352
- await task_manager.get_result(
+ await task_manager.get_task_result(
353
context=async_job_name_data.model_dump(),
354
task_uuid=TaskUUID(future_id),
355
)
0 commit comments