Skip to content

Commit

Permalink
Undid stop gap filter previously added to by pass supression issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MGS-sails committed Oct 1, 2024
1 parent cc70aec commit a9aab82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion emgapi/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1702,7 +1702,6 @@ def available(self, request=None):
"""
query_filters = {
"all": [
Q(study__is_suppressed=False),
Q(study__is_private=False),
Q(run__is_private=False) | Q(assembly__is_private=False),
Q(is_suppressed=False),
Expand Down

0 comments on commit a9aab82

Please sign in to comment.