Skip to content

Commit 9a82dc3

Browse files
committed
fix
1 parent bca1a27 commit 9a82dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/src/simcore_service_webserver/notifications/_rabbitmq_exclusive_queue_consumers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ async def _progress_message_parser(app: web.Application, data: bytes) -> bool:
9090
).to_socket_dict()
9191

9292
if message:
93-
await send_message_to_user(
93+
await send_message_to_standard_group(
9494
app,
9595
rabbit_message.user_id,
9696
message=message,

0 commit comments

Comments
 (0)