Skip to content

Commit

Permalink
🧱 change order of function implement in lesan
Browse files Browse the repository at this point in the history
  • Loading branch information
hemedani committed Dec 13, 2023
1 parent 786707b commit 09ba3c4
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 @@ -13,8 +13,8 @@ export const lesan = () => {
};

return {
acts: { ...acts(actsObj) },
schemas: { ...schemas(schemasObj) },
acts: { ...acts(actsObj) },
odm: { ...odm(schemasObj) },
runServer: lesanServer(schemasObj, actsObj),
contextFns,
Expand Down

0 comments on commit 09ba3c4

Please sign in to comment.