Skip to content

Commit

Permalink
remove visibility filter on /examples
Browse files Browse the repository at this point in the history
  • Loading branch information
nikochiko authored and devxpy committed Nov 27, 2024
1 parent f55fb42 commit 1ed3dc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion daras_ai_v2/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -2173,7 +2173,6 @@ def _render(pr: PublishedRun):

qs = PublishedRun.objects.filter(
workflow=self.workflow,
visibility=PublishedRunVisibility.PUBLIC,
is_approved_example=True,
).exclude(published_run_id="")

Expand Down

0 comments on commit 1ed3dc1

Please sign in to comment.