Просмотр исходного кода

:art: 重建历史索引遮罩 https://github.com/siyuan-note/siyuan/issues/7386

Liang Ding 2 лет назад
Родитель
Сommit
ae47483332
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      kernel/sql/queue_history.go

+ 1 - 1
kernel/sql/queue_history.go

@@ -20,11 +20,11 @@ import (
 	"database/sql"
 	"errors"
 	"fmt"
-	"github.com/siyuan-note/eventbus"
 	"runtime/debug"
 	"sync"
 	"time"
 
+	"github.com/siyuan-note/eventbus"
 	"github.com/siyuan-note/logging"
 	"github.com/siyuan-note/siyuan/kernel/task"
 	"github.com/siyuan-note/siyuan/kernel/util"