mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-06 08:16:03 +00:00
fix: format Picker.tsx to pass Biome CI
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
fea6e2bba4
commit
d26a4d25a8
1 changed files with 4 additions and 1 deletions
|
|
@ -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}`,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue