mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
This commit is contained in:
parent
fecd965dfb
commit
c5b1279c82
2 changed files with 27 additions and 10 deletions
|
|
@ -56,7 +56,6 @@ func getRiffDueCards(c *gin.Context) {
|
|||
}
|
||||
|
||||
deckID := arg["deckID"].(string)
|
||||
|
||||
cards, err := model.GetDueFlashcards(deckID)
|
||||
if nil != err {
|
||||
ret.Code = -1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue