fully fixed redeem clear

This commit is contained in:
Lili (Tlapka) 2022-10-25 18:37:59 +02:00
parent 932ac9ff71
commit 75bc9f161d
1 changed files with 0 additions and 1 deletions

View File

@ -203,5 +203,4 @@ def whole_redeem_queue(db):
def clear_queue_command():
"""Remove all redeems from the redeem queue."""
clear_redeem_queue(get_db())
clear_counters(get_db())
click.echo('Cleared redeem queue.')