mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-22 03:20:10 +00:00
🎨 restructure gateway
This commit is contained in:
@@ -58,7 +58,7 @@ function main() {
|
||||
|
||||
modify(definitions);
|
||||
|
||||
fs.writeFileSync(schemaPath, JSON.stringify(definitions, null, 4).replace(/ "additionalProperties": ?false,?/g, ""));
|
||||
fs.writeFileSync(schemaPath, JSON.stringify(definitions, null, 4));
|
||||
}
|
||||
|
||||
main();
|
||||
|
||||
Reference in New Issue
Block a user