Skip to content

Commit

Permalink
fix: todo
Browse files Browse the repository at this point in the history
  • Loading branch information
shijinn520 committed Sep 17, 2024
1 parent c815b09 commit e90f6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit e90f6b1

Please sign in to comment.