Removed unused items from config API (#20851)
ref639be25f1d
reff705dda314
- These items are never returned from the API as they've been removed from the serializer - The tests also check that they are not present - They were removed by the referenced commits, which changed how these things were built
This commit is contained in:
parent
e8e1b8ea2f
commit
9e45822dbb
@ -19,9 +19,7 @@ module.exports = function getConfigProperties() {
|
||||
emailAnalytics: config.get('emailAnalytics'),
|
||||
hostSettings: config.get('hostSettings'),
|
||||
tenor: config.get('tenor'),
|
||||
editor: config.get('editor'),
|
||||
pintura: config.get('pintura'),
|
||||
adminX: config.get('adminX'),
|
||||
signupForm: config.get('signupForm')
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user