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 ca7efacfed
commit 0d4a50741f

View file

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