From e90f6b1a4a850a5ac9117b7bc92ef8a316776194 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=B6=E7=91=BE?= Date: Tue, 17 Sep 2024 14:56:08 +0800 Subject: [PATCH] fix: todo --- src/utils/config/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/config/config.ts b/src/utils/config/config.ts index 6a1c13c0..7bc35344 100644 --- a/src/utils/config/config.ts +++ b/src/utils/config/config.ts @@ -341,7 +341,7 @@ export const config = new (class Cfg { } async #review () { - // 应该改成事件监听 + // todo: 应该改成事件监听 if (this.review) return this.review = true const { review } = await import('karin/event/handler/review')