From ae474833325d999237772c2136681d8c350bc6d2 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Fri, 17 Feb 2023 22:29:42 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E9=87=8D=E5=BB=BA=E5=8E=86=E5=8F=B2?= =?UTF-8?q?=E7=B4=A2=E5=BC=95=E9=81=AE=E7=BD=A9=20https://github.com/siyua?= =?UTF-8?q?n-note/siyuan/issues/7386?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/sql/queue_history.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/sql/queue_history.go b/kernel/sql/queue_history.go index e47ad7885..b707c5be8 100644 --- a/kernel/sql/queue_history.go +++ b/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"