From 2f9bfd09b706ed4060d7b06d5f5e24cf797f326a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 19 Jul 2026 11:43:35 +0000 Subject: [PATCH] fmt(js): `npm run fix` on merge --- apps/desktop/src/app/chat/perf-probe.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/desktop/src/app/chat/perf-probe.tsx b/apps/desktop/src/app/chat/perf-probe.tsx index 52af1cafc676f..ad881450eca29 100644 --- a/apps/desktop/src/app/chat/perf-probe.tsx +++ b/apps/desktop/src/app/chat/perf-probe.tsx @@ -108,7 +108,9 @@ if (typeof window !== 'undefined' && !window.__PERF_DRIVE__) { const user = { id: `perf-u-${i}`, role: 'user' as const, - parts: [{ type: 'text' as const, text: `Question ${i}: how does the widget in module ${i} handle back-pressure?` }], + parts: [ + { type: 'text' as const, text: `Question ${i}: how does the widget in module ${i} handle back-pressure?` } + ], timestamp: Date.now() }