You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(relationship.schema): replace .transform with .check
- transform was returning a JSON object rather than self (the zod schema)
- this breaks downstream extensions of the relationship schema
- replacing with check maintains functionality but ensures the schema is returned
0 commit comments