Skip to content

Commit

Permalink
🐛 fixed generate schema inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
hemedani committed Jul 16, 2024
1 parent 7c15f77 commit 902379e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lesan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ export const lesan = () => {
odm: { ...odm(schemasObj) },
runServer: lesanServer(schemasObj, actsObj),
contextFns,
generateSchemTypes: () => generateSchemTypes(schemasObj),
generateSchemTypes: () => generateSchemTypes(schemasObj, actsObj),
};
};

0 comments on commit 902379e

Please sign in to comment.