mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Clean code
This commit is contained in:
parent
9a72ef1472
commit
0f2e044c7e
3 changed files with 4 additions and 4 deletions
|
|
@ -690,7 +690,7 @@ func fullReindex() {
|
|||
sql.IndexIgnoreCached = false
|
||||
openedBoxes := Conf.GetOpenedBoxes()
|
||||
for _, openedBox := range openedBoxes {
|
||||
index(openedBox.ID)
|
||||
indexBox(openedBox.ID)
|
||||
}
|
||||
LoadFlashcards()
|
||||
debug.FreeOSMemory()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue