clusterfuck

This commit is contained in:
Puyodead1
2023-03-27 15:51:34 -04:00
parent 4824e14661
commit 866eb15d90
53 changed files with 113 additions and 123 deletions
+1 -5
View File
@@ -79,11 +79,7 @@ function main() {
let schemas = generator
.getUserSymbols()
.filter(
(x) =>
(x.endsWith("Schema") || x.endsWith("Response")) &&
!Excluded.includes(x),
);
.filter((x) => x.endsWith("Schema") && !Excluded.includes(x));
console.log(schemas);
var definitions = {};