Skip to content

Commit 2ba05b8

Browse files
committed
minor
1 parent bddb940 commit 2ba05b8

File tree

1 file changed

+2
-2
lines changed
  • services/web/server/src/simcore_service_webserver/socketio

1 file changed

+2
-2
lines changed

services/web/server/src/simcore_service_webserver/socketio/_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
from socketio import AsyncServer # type: ignore[import-untyped]
99

1010
_CLIENT_SOCKET_DECORATED_HANDLERS_APPKEY: Final = web.AppKey(
11-
"APP_CLIENT_SOCKET_DECORATED_HANDLERS", list[Callable]
11+
"CLIENT_SOCKET_DECORATED_HANDLERS", list[Callable]
1212
)
1313
CLIENT_SOCKET_SERVER_APPKEY: Final = web.AppKey(
1414
# NOTE: AsyncServer stub library is missing
15-
"APP_CLIENT_SOCKET_SERVER",
15+
"CLIENT_SOCKET_SERVER",
1616
AsyncServer, # type: ignore[var-annotated]
1717
)
1818

0 commit comments

Comments
 (0)