From 866eb15d90f35cc789bfacea4b70b904471d8eae Mon Sep 17 00:00:00 2001 From: Puyodead1 Date: Mon, 27 Mar 2023 15:51:34 -0400 Subject: clusterfuck --- scripts/schema.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'scripts') diff --git a/scripts/schema.js b/scripts/schema.js index ef43d80c..2a39962f 100644 --- a/scripts/schema.js +++ b/scripts/schema.js @@ -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 = {}; -- cgit 1.4.1