Skip to content

Commit

Permalink
Merge pull request #357 from EGA-archive/develop
Browse files Browse the repository at this point in the history
Fixing hotfix errors
  • Loading branch information
costero-e authored Jul 10, 2024
2 parents 1ef4350 + cf05b4f commit 39cc125
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion beacon/api_version.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
api_version: v2.0-4ee99e2
api_version: v2.0-1ef4350
2 changes: 1 addition & 1 deletion beacon/db/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def get_variants_of_dataset(entry_id: Optional[str], qparams: RequestParams, dat
i=1
else:
schema = DefaultSchemas.GENOMICVARIATIONS
return schema, 0, -1, None
return schema, 0, -1, None, dataset
query = apply_filters(query_count, qparams.query.filters, collection, {})
schema = DefaultSchemas.GENOMICVARIATIONS
with open("/beacon/beacon/request/datasets.yml", 'r') as datasets_file:
Expand Down

0 comments on commit 39cc125

Please sign in to comment.