mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
🎨 Add a kernel internal api /api/av/getAttributeViewKeysByID
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
01c3412aaa
commit
6ef3b66d5c
1 changed files with 1 additions and 1 deletions
|
|
@ -240,7 +240,7 @@ func getAttributeViewKeysByID(c *gin.Context) {
|
|||
keyIDsArg := arg["keyIDs"].([]interface{})
|
||||
var keyIDs []string
|
||||
for _, v := range keyIDsArg {
|
||||
keyIDs = append(keyIDs, v.(string
|
||||
keyIDs = append(keyIDs, v.(string))
|
||||
}
|
||||
ret.Data = model.GetAttributeViewKeysByID(avID, keyIDs...)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue