[server/uiSettings] remove trailing space

(cherry picked from commit 6865281a59)
This commit is contained in:
spalger 2016-10-19 16:56:43 -07:00
parent d4f4381f33
commit e720a0faaa

View file

@ -147,7 +147,7 @@ module.exports = () => Joi.object({
}).default()
}).default(),
uiSettings: Joi.object({
uiSettings: Joi.object({
// this is used to prevent the uiSettings from initializing. Since they
// require the elasticsearch plugin in order to function we need to turn
// them off when we turn off the elasticsearch plugin (like we do in the