Skip to content

Commit 6a8401e

Browse files
review @GitHK
1 parent 1625254 commit 6a8401e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
_logger = logging.getLogger(__name__)
3939

4040
_APP_RABBITMQ_CONSUMERS_KEY: Final[str] = f"{__name__}.rabbit_consumers"
41-
APP_WALLET_SUBSCRIPTIONS_KEY = "wallet_subscriptions"
42-
APP_WALLET_SUBSCRIPTION_LOCK_KEY = "wallet_subscription_lock"
41+
APP_WALLET_SUBSCRIPTIONS_KEY: Final[str] = "wallet_subscriptions"
42+
APP_WALLET_SUBSCRIPTION_LOCK_KEY: Final[str] = "wallet_subscription_lock"
4343

4444

4545
async def _convert_to_node_update_event(

0 commit comments

Comments
 (0)