chore: generate

This commit is contained in:
opencode-agent[bot]
2026-05-15 14:36:04 +00:00
parent fa9a2cb24d
commit f9371eb66c
+2 -2
View File
@@ -35,8 +35,8 @@ function captureSync() {
if (!(err instanceof LocalContext.NotFound)) throw err if (!(err instanceof LocalContext.NotFound)) throw err
} }
})() })()
const workspace = (fiber ? Context.getReferenceUnsafe(fiber.context, WorkspaceRef) : undefined) ?? const workspace =
WorkspaceContext.workspaceID (fiber ? Context.getReferenceUnsafe(fiber.context, WorkspaceRef) : undefined) ?? WorkspaceContext.workspaceID
return { instance, workspace } return { instance, workspace }
} }