mirror of
https://github.com/spacebarchat/server.git
synced 2026-09-17 10:16:01 +00:00
oapi: bug fixes
This commit is contained in:
+1
-1
@@ -135,7 +135,7 @@ function main() {
|
||||
definitions = { ...definitions, [name]: { ...part } };
|
||||
}
|
||||
|
||||
modify(definitions);
|
||||
// modify(definitions);
|
||||
|
||||
fs.writeFileSync(schemaPath, JSON.stringify(definitions, null, 4));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user