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.
2 parents 24126c7 + abbddb3 commit c7cbc82Copy full SHA for c7cbc82
services/web/server/src/simcore_service_webserver/projects/db.py
@@ -377,7 +377,7 @@ async def list_projects( # pylint: disable=too-many-arguments,too-many-statemen
377
# attribute filters
378
filter_by_project_type: ProjectType | None = None,
379
filter_by_services: list[dict] | None = None,
380
- filter_published: bool | None = False,
+ filter_published: bool | None = None,
381
filter_hidden: bool | None = False,
382
filter_trashed: bool | None = False,
383
filter_by_text: str | None = None,
0 commit comments