This commit is contained in:
@@ -10,7 +10,7 @@ export const ExtendableZodSchemaObject = trait
|
||||
>(
|
||||
this: Self
|
||||
) {
|
||||
return new ZodSchemaClassExtender(this)
|
||||
return new ZodSchemaClassExtender(this, this)
|
||||
}
|
||||
})
|
||||
.build()
|
||||
|
||||
Reference in New Issue
Block a user