Skip to content

Commit

Permalink
kaiyuanshe/osschat#175 fix no-unnecessary-condition
Browse files Browse the repository at this point in the history
  • Loading branch information
mukaiu committed Oct 25, 2021
1 parent 63f981b commit 5d3436e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ interface RoomBotConfig {
post: string
categories: string
replies: FaqAnswer[]
extends: string[]
extends?: string[]
enabled: boolean
}

Expand Down

0 comments on commit 5d3436e

Please sign in to comment.