mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-02 08:01:59 +08:00
🐛 全局关系图不显示 Fix https://github.com/siyuan-note/siyuan/issues/5114
This commit is contained in:
parent
432fe6be1e
commit
bc2d609be6
@ -61,9 +61,6 @@ func getGraph(c *gin.Context) {
|
||||
|
||||
reqId := arg["reqId"]
|
||||
ret.Data = map[string]interface{}{"reqId": reqId}
|
||||
if nil == arg["id"] {
|
||||
return
|
||||
}
|
||||
|
||||
query := arg["k"].(string)
|
||||
graphConf, err := gulu.JSON.MarshalJSON(arg["conf"])
|
||||
|
Loading…
Reference in New Issue
Block a user