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 826b2ad + abbddb3 commit 527de76Copy full SHA for 527de76
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