diff options
Diffstat (limited to 'lib/config/schema.js')
-rw-r--r-- | lib/config/schema.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/config/schema.js b/lib/config/schema.js index ac7d05e..34a6c76 100644 --- a/lib/config/schema.js +++ b/lib/config/schema.js @@ -179,10 +179,6 @@ module.exports = { }, 'version': { 'type': 'string' - }, - 'isDefault': { - 'type': 'boolean', - 'default': false } }, 'additionalProperties': false, |