Skip to content

Commit

Permalink
hotfix: Update All items
Browse files Browse the repository at this point in the history
  • Loading branch information
BEMELON committed Sep 15, 2023
1 parent d3503ad commit 518d47c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ def get_soldout_items(self) -> List[Deal]:
self.session.query(Deal)
.filter(Deal.sold == true())
.filter(Deal.deleted_at == null())
.filter(Deal.condition == "S")
)
return item.all()

Expand Down

0 comments on commit 518d47c

Please sign in to comment.