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 a0f438e commit f13df0fCopy full SHA for f13df0f
services/web/server/src/simcore_service_webserver/projects/db.py
@@ -369,7 +369,7 @@ async def list_projects( # pylint: disable=too-many-arguments,too-many-statemen
369
# attribute filters
370
filter_by_project_type: ProjectType | None = None,
371
filter_by_services: list[dict] | None = None,
372
- filter_published: bool | None = False,
+ filter_published: bool | None = None,
373
filter_hidden: bool | None = False,
374
filter_trashed: bool | None = False,
375
filter_by_text: str | None = None,
0 commit comments