Skip to content

Commit 07750e8

Browse files
committed
cleaning up
1 parent 0a9d2da commit 07750e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/zod/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ export class ZodSchemaVisitor extends BaseSchemaVisitor {
260260
) {
261261
const typeName = visitor.prefixTypeNamespace(name);
262262
const shape = fields.map(field => generateFieldZodSchema(this.config, visitor, field, 2)).join(',\n');
263+
263264
switch (this.config.validationSchemaExportType) {
264265
case 'const':
265266
return new DeclarationBlock({})

0 commit comments

Comments
 (0)