ZodSchemaClassExtender work
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Julien Valverdé
2024-02-26 00:54:21 +01:00
parent 0b0af7b128
commit fdd267adb0
3 changed files with 85 additions and 73 deletions

View File

@@ -10,7 +10,7 @@ export const ExtendableZodSchemaObject = trait
>(
this: Self
) {
return new ZodSchemaClassExtender(this)
return new ZodSchemaClassExtender(this, this)
}
})
.build()