Skip to content

Commit

Permalink
metrics: api: remove record is_parent query
Browse files Browse the repository at this point in the history
  • Loading branch information
yashlamba committed Sep 18, 2023
1 parent a34d576 commit 86436df
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions site/zenodo_rdm/metrics/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ def get_data_transfer():
"range",
timestamp=time_range,
)
.filter(
"term",
is_parent=False,
)
.params(request_timeout=120)
)
search.aggs.metric("download_volume", "sum", field="volume")
Expand Down

0 comments on commit 86436df

Please sign in to comment.