Skip to content

Commit

Permalink
🐞fix some bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
etefaghian committed May 25, 2021
1 parent c95df5c commit d7792f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion declarations/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ export const generateDeclarations = async (
generateSchema: boolean,
generateRequest: boolean
) => {
//generateRequest && (await getRequestDeclarations());
generateRequest && (await getRequestDeclarations());
generateSchema && (await getSchemaDeclarations());
};

0 comments on commit d7792f4

Please sign in to comment.