style: fix lint formatting

This commit is contained in:
Peter Steinberger
2026-01-03 18:51:25 +00:00
parent 9899ba53a3
commit 55a07a0ef0
4 changed files with 38 additions and 48 deletions

View File

@@ -983,15 +983,8 @@ export function shouldEmitDiscordReactionNotification(params: {
userTag?: string | null;
allowlist?: Array<string | number> | null;
}) {
const {
mode,
botId,
messageAuthorId,
userId,
userName,
userTag,
allowlist,
} = params;
const { mode, botId, messageAuthorId, userId, userName, userTag, allowlist } =
params;
const effectiveMode = mode ?? "own";
if (effectiveMode === "off") return false;
if (effectiveMode === "own") {