Skip to content

Commit

Permalink
code
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Sep 7, 2024
1 parent f5ebdda commit 9d675d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/NodeParser/BooleanTypeNodeParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ export class BooleanTypeNodeParser implements SubNodeParser {
return node.kind === ts.SyntaxKind.BooleanKeyword;
}
public createType(node: ts.KeywordTypeNode, context: Context): BaseType {
let a = undefined;
a.toString();
return new BooleanType();
}
}

0 comments on commit 9d675d3

Please sign in to comment.