InstantiableZodSchemaObject fix
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Julien Valverdé
2024-02-27 03:59:21 +01:00
parent 2d69785add
commit 0e956c0c78
3 changed files with 66 additions and 64 deletions

View File

@@ -41,6 +41,8 @@ const test = User.schema.extend({
)
const inst = User.create({ id: 1n, name: "" })
const instEffect = User.createEffect({ id: 1n, name: "" })
// console.log(inst)
const jsonifiedUser = await inst.jsonifyPromise()