mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 07:18:49 +01:00
This commit is contained in:
parent
2faedbe7c6
commit
0ff74dff14
1 changed files with 1 additions and 1 deletions
|
|
@ -138,8 +138,8 @@ func searchEmbedBlock(c *gin.Context) {
|
|||
if nil != headingModeArg {
|
||||
headingMode = int(headingModeArg.(float64))
|
||||
}
|
||||
blocks := model.SearchEmbedBlock(stmt, excludeIDs, headingMode)
|
||||
|
||||
blocks := model.SearchEmbedBlock(stmt, excludeIDs, headingMode)
|
||||
ret.Data = map[string]interface{}{
|
||||
"blocks": blocks,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue