fix: solve linter error
Node.js CI / CI (pull_request) Failing after 24s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 53s

This commit is contained in:
2026-02-21 23:36:20 +09:00
parent 0a3c000add
commit 60fec0f2d8
3 changed files with 78 additions and 68 deletions
+4 -1
View File
@@ -148,7 +148,10 @@ amari.discord.on(Events.ThreadCreate, (thread) => {
const { bugReports, communityFeedback, featureRequests, policyIdeation }
= ids.channels;
if (
![ bugReports, communityFeedback, featureRequests, policyIdeation ].includes(
![ bugReports,
communityFeedback,
featureRequests,
policyIdeation ].includes(
thread.parent.id,
)
) {