File tree Expand file tree Collapse file tree
x-pack/plugins/ingest_manager/server Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ export {
3636 PACKAGES_SAVED_OBJECT_TYPE ,
3737 INDEX_PATTERN_SAVED_OBJECT_TYPE ,
3838 ENROLLMENT_API_KEYS_SAVED_OBJECT_TYPE ,
39- GLOBAL_SETTINGS_SAVED_OBJECT_TYPE as GLOBAL_SETTINGS_SAVED_OBJET_TYPE ,
39+ GLOBAL_SETTINGS_SAVED_OBJECT_TYPE ,
4040 // Defaults
4141 DEFAULT_AGENT_CONFIG ,
4242 DEFAULT_OUTPUT ,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import {
1515 AGENT_EVENT_SAVED_OBJECT_TYPE ,
1616 AGENT_ACTION_SAVED_OBJECT_TYPE ,
1717 ENROLLMENT_API_KEYS_SAVED_OBJECT_TYPE ,
18- GLOBAL_SETTINGS_SAVED_OBJET_TYPE ,
18+ GLOBAL_SETTINGS_SAVED_OBJECT_TYPE ,
1919} from '../constants' ;
2020import { migrateDatasourcesToV790 } from './migrations/datasources_v790' ;
2121import { migrateAgentConfigToV790 } from './migrations/agent_config_v790' ;
@@ -26,8 +26,8 @@ import { migrateAgentConfigToV790 } from './migrations/agent_config_v790';
2626 */
2727
2828const savedObjectTypes : { [ key : string ] : SavedObjectsType } = {
29- [ GLOBAL_SETTINGS_SAVED_OBJET_TYPE ] : {
30- name : GLOBAL_SETTINGS_SAVED_OBJET_TYPE ,
29+ [ GLOBAL_SETTINGS_SAVED_OBJECT_TYPE ] : {
30+ name : GLOBAL_SETTINGS_SAVED_OBJECT_TYPE ,
3131 hidden : false ,
3232 namespaceType : 'agnostic' ,
3333 management : {
You can’t perform that action at this time.
0 commit comments