We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 135c407 commit 686e3b3Copy full SHA for 686e3b3
src/generator/serviceGenarator.ts
@@ -350,7 +350,6 @@ export default class ServiceGenerator {
350
const result = this.resolveObject(schema) as Dictionary<
351
string | boolean | IPropObject[][]
352
>;
353
- console.log('result: ', result);
354
355
const getDefinesType = (): string => {
356
if (result?.type) {
0 commit comments