mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-14 20:35:17 +00:00
clusterfuck
This commit is contained in:
+1
-5
@@ -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 = {};
|
||||
|
||||
Reference in New Issue
Block a user