Files
claudemesh/apps
Alejandro Gutiérrez d1ea1a0efa
Some checks failed
CI / Tests / 🧪 Test (push) Has been cancelled
fix(web): typecast handle() response in auth/join page to unblock TS build
The Hono RPC client loses the response shape on /organizations/:id because
the route has no zod response validator on c.json(). Tactical cast at the
callsite unblocks the web Docker build. Proper fix is to add a
getOrganizationResponseSchema in packages/api and wire it into the route.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 22:43:24 +01:00
..