Generic tests
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Julien Valverdé
2024-02-24 03:03:43 +01:00
parent eb071bfe86
commit 9e18a4a0ee
2 changed files with 28 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ export const JsonifiableZodSchemaObject = trait
params?: Partial<z.ParseParams>,
) {
return this.dejsonifySchema.parseAsync(this, params)
return this.jsonifySchema.parseAsync(this, params)
}
jsonifyEffect<