From 09109fec98016ffd7fef8622223073d296c02fa4 Mon Sep 17 00:00:00 2001 From: nousbot-eng Date: Sun, 19 Jul 2026 07:48:44 -0400 Subject: [PATCH] fmt(js): `npm run fix` on merge (#67474) Co-authored-by: github-actions[bot] --- 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 52af1cafc676..ad881450eca2 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() }