mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-25 12:04:39 +00:00
generated files
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -78,7 +78,6 @@ function main() {
|
||||
if (!generator || !program) return;
|
||||
|
||||
let schemas = generator.getUserSymbols().filter((x) => {
|
||||
console.log(x);
|
||||
return (
|
||||
(x.endsWith("Schema") ||
|
||||
x.endsWith("Response") ||
|
||||
@@ -86,7 +85,6 @@ function main() {
|
||||
!Excluded.includes(x)
|
||||
);
|
||||
});
|
||||
console.log(schemas);
|
||||
|
||||
var definitions = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user