Merge branch 'main' into tooltip-remove-deck

This commit is contained in:
Abdo 2025-04-29 02:14:31 +03:00 committed by GitHub
commit bfd9c60436
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(())