Closed jpholtmeyer closed 7 months ago
Zod enums were being generated with 2 semicolons at the end of the declaration:
export const accountTypes = z.enum([ '401A', '401K', ]);;
Removed the extra semicolon.
The CI errors are my fault, because I've managed to break main. Thank you for contributing!
Zod enums were being generated with 2 semicolons at the end of the declaration:
Removed the extra semicolon.