Merge branch 'main' into hotfix/attempt-substract-with-overflow

This commit is contained in:
Jonathan Schoreels 2025-04-29 01:14:01 +02:00 committed by GitHub
commit a6fcfff311
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -368,8 +368,6 @@ impl Collection {
}))
),
)?;
} else if card.queue == CardQueue::Suspended {
invalid_input!("Can't answer suspended cards");
}
Ok(())