Fix/remove incorrect invalid input check (#3963)

This commit is contained in:
Jarrett Ye 2025-04-29 07:10:19 +08:00 committed by GitHub
parent 6ff023f6a1
commit 07033435a6
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(())