Skip to content

Commit

Permalink
πŸ› Fix not listing published templates (#7065)
Browse files Browse the repository at this point in the history
  • Loading branch information
matusdrobuliak66 authored Jan 22, 2025
1 parent da83fb7 commit abbddb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ async def list_projects( # pylint: disable=too-many-arguments,too-many-statemen
# attribute filters
filter_by_project_type: ProjectType | None = None,
filter_by_services: list[dict] | None = None,
filter_published: bool | None = False,
filter_published: bool | None = None,
filter_hidden: bool | None = False,
filter_trashed: bool | None = False,
filter_by_text: str | None = None,
Expand Down

0 comments on commit abbddb3

Please sign in to comment.