mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
Fix/remove incorrect invalid input check (#3963)
This commit is contained in:
parent
6ff023f6a1
commit
07033435a6
1 changed files with 0 additions and 2 deletions
|
|
@ -368,8 +368,6 @@ impl Collection {
|
||||||
}))
|
}))
|
||||||
),
|
),
|
||||||
)?;
|
)?;
|
||||||
} else if card.queue == CardQueue::Suspended {
|
|
||||||
invalid_input!("Can't answer suspended cards");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue