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 e63142d commit 0a0dc8aCopy full SHA for 0a0dc8a
services/storage/src/simcore_service_storage/api/rest/_files.py
@@ -259,7 +259,9 @@ async def abort_upload_file(
259
await dsm.abort_file_upload(query_params.user_id, file_id)
260
261
262
-_UNDEFINED_PRODUCT_NAME_FOR_WORKER_TASKS: Final[str] = "undefinedproduct"
+_UNDEFINED_PRODUCT_NAME_FOR_WORKER_TASKS: Final[str] = (
263
+ "undefinedproduct" # NOTE: this is used to keep backwards compatibility with user of these APIs
264
+)
265
266
267
@router.post(
0 commit comments