Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
92df05ec56
1 changed files with 1 additions and 3 deletions
|
@ -1066,9 +1066,6 @@ func getDoc(c *gin.Context) {
|
|||
return
|
||||
}
|
||||
|
||||
reqId := arg["reqId"]
|
||||
ret.Data = map[string]interface{}{"reqId": reqId}
|
||||
|
||||
id := arg["id"].(string)
|
||||
idx := arg["index"]
|
||||
index := 0
|
||||
|
@ -1155,6 +1152,7 @@ func getDoc(c *gin.Context) {
|
|||
"isSyncing": isSyncing,
|
||||
"isBacklinkExpand": isBacklinkExpand,
|
||||
"keywords": keywords,
|
||||
"reqId": arg["reqId"],
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue