We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 983b8a5 commit bf4f248Copy full SHA for bf4f248
services/web/server/src/simcore_service_webserver/resource_manager/user_sessions.py
@@ -193,7 +193,7 @@ async def remove(self, key: str) -> None:
193
await self._registry.remove_resource(self._resource_key(), key)
194
195
@staticmethod
196
- async def find_users_of_resource( # used for notifications of closed/used projects to block them in the UI?
+ async def find_users_of_resource(
197
app: web.Application, key: str, value: str
198
) -> list[UserSessionID]:
199
registry = get_registry(app)
0 commit comments