mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-17 11:25:15 +00:00
🐛 fix invites: ajv doesn't treat null as undefined
This commit is contained in:
@@ -15,7 +15,7 @@ const settings: TJS.PartialArgs = {
|
||||
defaultProps: false
|
||||
};
|
||||
const compilerOptions: TJS.CompilerOptions = {
|
||||
strictNullChecks: false
|
||||
strictNullChecks: true
|
||||
};
|
||||
const ExcludedSchemas = ["DefaultSchema", "Schema", "EntitySchema"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user