chore: generate

This commit is contained in:
opencode-agent[bot]
2026-04-23 20:50:19 +00:00
parent 397cfbcd2d
commit 402657027f
@@ -26,9 +26,7 @@ export const WorkspaceRoutes = lazy(() =>
description: "Workspace adaptors",
content: {
"application/json": {
schema: resolver(
z.array(zodObject(WorkspaceAdaptorEntry)),
),
schema: resolver(z.array(zodObject(WorkspaceAdaptorEntry))),
},
},
},