mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-27 22:34:11 +00:00
🐛 fix config
This commit is contained in:
+1
-1
@@ -205,7 +205,7 @@ export const DefaultOptions: DefaultOptions = {
|
||||
},
|
||||
};
|
||||
|
||||
export const ConfigSchema = new Schema(Object);
|
||||
export const ConfigSchema = new Schema({}, { strict: false });
|
||||
|
||||
export interface DefaultOptionsDocument extends DefaultOptions, Document {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user