mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
This commit is contained in:
parent
b3dd88e66a
commit
afedf85a5d
1 changed files with 3 additions and 0 deletions
|
|
@ -147,5 +147,8 @@ func getRiffDecks(c *gin.Context) {
|
|||
"name": deck.Name,
|
||||
})
|
||||
}
|
||||
if 1 > len(data) {
|
||||
data = []interface{}{}
|
||||
}
|
||||
ret.Data = data
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue