From c14c17403e8a5eadca741dab0ac8003837a33785 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E8=82=96=E7=84=B6?= Date: Sat, 28 Feb 2026 21:06:27 +0800 Subject: [PATCH] style: oxfmt for agent-components --- src/discord/monitor/agent-components.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/discord/monitor/agent-components.ts b/src/discord/monitor/agent-components.ts index 0f5a871f64e..ca4029631f9 100644 --- a/src/discord/monitor/agent-components.ts +++ b/src/discord/monitor/agent-components.ts @@ -441,11 +441,7 @@ function parseAgentComponentData(data: ComponentData): { }; const componentId = - typeof raw === "string" - ? decodeSafe(raw) - : typeof raw === "number" - ? String(raw) - : null; + typeof raw === "string" ? decodeSafe(raw) : typeof raw === "number" ? String(raw) : null; if (!componentId) { return null;