mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🎨 Update av export
This commit is contained in:
@@ -35,8 +35,7 @@ func renderAttributeView(c *gin.Context) {
|
||||
}
|
||||
|
||||
id := arg["id"].(string)
|
||||
nodeID := arg["nodeID"].(string)
|
||||
view, attrView, err := model.RenderAttributeView(id, nodeID)
|
||||
view, attrView, err := model.RenderAttributeView(id)
|
||||
if nil != err {
|
||||
ret.Code = -1
|
||||
ret.Msg = err.Error()
|
||||
|
||||
Reference in New Issue
Block a user