fmt(js): npm run fix on merge (#67474)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
nousbot-eng 2026-07-19 07:48:44 -04:00 committed by GitHub
parent ad0d21188f
commit 09109fec98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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()
}