Skip to content

Commit

Permalink
fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SandyRogers committed Jan 15, 2024
1 parent bdfe892 commit 1068c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emgapi/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def available(self, request=None):
Q(job__study__submission_account_id__iexact=_username,
job__assembly__is_private=True) |
Q(job__run__is_private=False) | Q(job__assembly__is_private=False),
Q(job_is_suppressed=False)]
Q(job__is_suppressed=False)]
_query_filters['AssemblyExtraAnnotationQuerySet']['authenticated'] = \
[Q(assembly__samples__studies__submission_account_id__iexact=_username,
is_private=True) |
Expand Down

0 comments on commit 1068c74

Please sign in to comment.