Skip to content

Commit

Permalink
feat: allow physical queue items in /queue view
Browse files Browse the repository at this point in the history
  • Loading branch information
Skelmis committed Nov 3, 2024
1 parent 7278731 commit 8b1b23c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion suggestions/core/suggestions_queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ async def view(
AND(
EQ("guild_id", guild_id),
EQ("still_in_queue", True),
Negate(Exists("message_id")),
)
),
projections=Projection(SHOW("_id")),
Expand Down

0 comments on commit 8b1b23c

Please sign in to comment.