From dd887355861a2d4cc6bf64c666d583fa8f22c6dc Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Thu, 26 Jan 2023 23:35:45 +0800 Subject: [PATCH] =?UTF-8?q?:recycle:=20=E9=87=8D=E6=9E=84=E5=AE=9A?= =?UTF-8?q?=E6=97=B6=E4=BB=BB=E5=8A=A1=E5=AE=9E=E7=8E=B0=20https://github.?= =?UTF-8?q?com/siyuan-note/siyuan/issues/7171?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/job/cron.go | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/job/cron.go b/kernel/job/cron.go index 63e58f47c..60b1fea5c 100644 --- a/kernel/job/cron.go +++ b/kernel/job/cron.go @@ -45,5 +45,4 @@ func StartCron() { s.Every(30).Seconds().Do(model.HookDesktopUIProcJob) s.SingletonModeAll() s.StartAsync() - }