@@ -63,7 +63,7 @@ async def ping():
async def update(
request: UpdateRequest
):
task = background.tasks.process_update.kiq(request.product_ids)
task = await background.tasks.process_update.kiq(request.product_ids)
return UpdateResponse(task_id=task.task_id)
The note is not visible to the blocked user.