From 73a1dc293fdacab8302a7110a3d0317071290ded Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 10:31:40 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- api/libs/broadcast_channel/redis/streams_channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/libs/broadcast_channel/redis/streams_channel.py b/api/libs/broadcast_channel/redis/streams_channel.py index 0218170cc1..b3e242b9d7 100644 --- a/api/libs/broadcast_channel/redis/streams_channel.py +++ b/api/libs/broadcast_channel/redis/streams_channel.py @@ -89,7 +89,7 @@ class _StreamsSubscription(Subscription): # deadlock. # Setting initial last id to `$` to signal redis that we only want new messages. - # + # # ref: https://redis.io/docs/latest/commands/xread/#the-special--id last_id = "$" try: