chore: generate

This commit is contained in:
opencode-agent[bot]
2026-05-15 14:36:04 +00:00
parent fa9a2cb24d
commit f9371eb66c

View File

@@ -35,8 +35,8 @@ function captureSync() {
if (!(err instanceof LocalContext.NotFound)) throw err
}
})()
const workspace = (fiber ? Context.getReferenceUnsafe(fiber.context, WorkspaceRef) : undefined) ??
WorkspaceContext.workspaceID
const workspace =
(fiber ? Context.getReferenceUnsafe(fiber.context, WorkspaceRef) : undefined) ?? WorkspaceContext.workspaceID
return { instance, workspace }
}