Skip to content

Commit d5dca47

Browse files
committed
fix
1 parent 691993c commit d5dca47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/service-library/src/servicelib/aiohttp/request_keys.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22

33
from typing import Final
44

5-
# RQT=request
65
RQT_USERID_KEY: Final[str] = f"{__name__}.userid"

services/web/server/src/simcore_service_webserver/constants.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@
7171

7272
__all__: tuple[str, ...] = (
7373
"APP_AIOPG_ENGINE_KEY",
74-
"APP_CLIENT_SESSION_KEY" "APP_CONFIG_KEY",
74+
"APP_CLIENT_SESSION_KEY",
75+
"APP_CONFIG_KEY",
7576
"APP_FIRE_AND_FORGET_TASKS_KEY",
7677
"APP_SETTINGS_KEY",
7778
"FRONTEND_APPS_AVAILABLE",

0 commit comments

Comments
 (0)