Skip to content

Commit 827b884

Browse files
fix
1 parent 9482014 commit 827b884

File tree

1 file changed

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

1 file changed

+1
-4
lines changed

services/web/server/src/simcore_service_webserver/folders/_folders_db.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,9 @@ async def list_( # pylint: disable=too-many-arguments,too-many-branches
111111
"""
112112
Assumptions -
113113
114-
folder_query - Used to filter in which folder we want to list folders. None means root folder.
114+
folder_query - Used to filter in which folder we want to list folders.
115115
trashed - If set to true, it returns folders **explicitly** trashed, if false then non-trashed folders.
116116
"""
117-
# assert not ( # nosec
118-
# user_id is not None and workspace_id is not None
119-
# ), "Both user_id and workspace_id cannot be provided at the same time. Please provide only one."
120117

121118
workspace_access_rights_subquery = (
122119
sa.select(

0 commit comments

Comments
 (0)