Skip to content

Commit 80bf7a7

Browse files
authored
fix: remove schemaFiles and outputDir from generated file (#48)
1 parent 1ac985b commit 80bf7a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/utils.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,8 @@ export function cleanSpec(spec: any) {
219219
"responseSets",
220220
"errorConfig",
221221
"debug",
222+
"schemaFiles",
223+
"outputDir",
222224
];
223225
const newSpec = { ...spec };
224226

0 commit comments

Comments
 (0)