Skip to content

Commit c45a174

Browse files
check wallet permission on project open
1 parent 10b54de commit c45a174

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

services/web/server/src/simcore_service_webserver/projects/_controller/projects_states_rest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ async def open_project(request: web.Request) -> web.Response:
9191
),
9292
)
9393

94-
# Check if projects wallet is not in debt
9594
await projects_wallets_service.check_project_financial_status_and_wallet_access(
9695
request.app,
9796
project_id=path_params.project_id,

0 commit comments

Comments
 (0)