Skip to content

Commit

Permalink
remove set query from revision list
Browse files Browse the repository at this point in the history
  • Loading branch information
BryonLewis committed May 28, 2024
1 parent 336304c commit 6a8e012
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/dive_server/crud_annotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ def list(
query[REVISION] = {'$lte': before}
if set:
query[SET] = set
else:
query[SET] = None
cursor = self.find(
offset=offset,
limit=limit,
Expand Down

0 comments on commit 6a8e012

Please sign in to comment.