🎨 改进删除闪卡

This commit is contained in:
Liang Ding 2023-02-25 13:45:50 +08:00
parent 6b1202be2a
commit 6a175fcb39
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -146,7 +146,6 @@ func ReviewFlashcard(deckID, cardID string, rating riff.Rating) (err error) {
deck := Decks[deckID]
card := deck.GetCard(cardID)
if nil == card {
logging.LogErrorf("card not found [%s]", cardID)
return
}