From 5d3436ec0d2dd2293a09ccdcbd3ae8ae3c5badfa Mon Sep 17 00:00:00 2001 From: mukaiu Date: Mon, 25 Oct 2021 23:45:04 +0800 Subject: [PATCH] https://github.com/kaiyuanshe/osschat/issues/175 fix no-unnecessary-condition --- src/asker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/asker.ts b/src/asker.ts index a29c8e2..8ea9784 100644 --- a/src/asker.ts +++ b/src/asker.ts @@ -38,7 +38,7 @@ interface RoomBotConfig { post: string categories: string replies: FaqAnswer[] - extends: string[] + extends?: string[] enabled: boolean }