fix: format Picker.tsx to pass Biome CI

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
claude[bot] 2026-07-21 07:59:57 +00:00
parent fea6e2bba4
commit d26a4d25a8

View file

@ -60,7 +60,10 @@ export function Picker({
`I selected "${containerTag}" as my active Supermemory workspace. Use this workspace for future Supermemory actions until I select another one.`,
)
if (!notification.ok) {
log("warning", `[picker] agent notification failed: ${notification.error}`)
log(
"warning",
`[picker] agent notification failed: ${notification.error}`,
)
}
}