Skip to content

Commit bf4f248

Browse files
author
Andrei Neagu
committed
revert
1 parent 983b8a5 commit bf4f248

File tree

1 file changed

+1
-1
lines changed
  • services/web/server/src/simcore_service_webserver/resource_manager

1 file changed

+1
-1
lines changed

services/web/server/src/simcore_service_webserver/resource_manager/user_sessions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ async def remove(self, key: str) -> None:
193193
await self._registry.remove_resource(self._resource_key(), key)
194194

195195
@staticmethod
196-
async def find_users_of_resource( # used for notifications of closed/used projects to block them in the UI?
196+
async def find_users_of_resource(
197197
app: web.Application, key: str, value: str
198198
) -> list[UserSessionID]:
199199
registry = get_registry(app)

0 commit comments

Comments
 (0)