This commit is contained in:
Liang Ding 2022-12-22 10:59:33 +08:00
parent fecd965dfb
commit c5b1279c82
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
2 changed files with 27 additions and 10 deletions

View file

@ -56,7 +56,6 @@ func getRiffDueCards(c *gin.Context) {
}
deckID := arg["deckID"].(string)
cards, err := model.GetDueFlashcards(deckID)
if nil != err {
ret.Code = -1