Skip to content

Commit a521b55

Browse files
committed
sonar
1 parent a4506cf commit a521b55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ async def _progress_message_parser(app: web.Application, data: bytes) -> bool:
6666
).to_socket_dict()
6767
elif rabbit_message.progress_type is ProgressType.COMPUTATION_RUNNING:
6868
await _notify_comp_node_progress(app, rabbit_message)
69-
return True
7069
else:
7170
message = WebSocketNodeProgress.from_rabbit_message(
7271
rabbit_message

0 commit comments

Comments
 (0)