chore: generate

pull/12790/head
opencode-agent[bot] 2026-02-09 07:36:24 +00:00
parent 520110e864
commit 40b111d92c
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ export const { use: useServer, provider: ServerProvider } = createSimpleContext(
if (!url) return
batch(() => {
// Remove the previous startup sidecar url
if(store.currentSidecarUrl) {
if (store.currentSidecarUrl) {
remove(store.currentSidecarUrl)
}