Skip to content

Commit

Permalink
Fix for the search page on query
Browse files Browse the repository at this point in the history
  • Loading branch information
OrdiNeu authored and daisieh committed Feb 1, 2024
1 parent fd8fe83 commit c2b7860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query_server/query_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def genomic_completeness():
r = safe_get_request_json(requests.get(f"{url}?{urllib.parse.urlencode(params)}",
# Reuse their bearer token
headers=request.headers), 'Katsu sample registrations')
samples = r['results']
samples = r['items']

retVal = {}
for sample in samples:
Expand Down

0 comments on commit c2b7860

Please sign in to comment.