Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed May 22, 2024
1 parent a699a4d commit 5d16d78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SchemaGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ export class SchemaGenerator {
return;
}

for (const node of nodes) {
this.inspectNode(node, typeChecker, allTypes);
for (const subnodes of nodes) {
this.inspectNode(subnodes, typeChecker, allTypes);
}
}
}
Expand Down

0 comments on commit 5d16d78

Please sign in to comment.