Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/precommit_hook.js -…
Browse files Browse the repository at this point in the history
…-ref HEAD~1..HEAD --fix'
  • Loading branch information
kibanamachine committed Jul 14, 2022
1 parent 77aa97e commit 4133c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/server/plugins/legacy_config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ import { PathConfigType, config as pathConfig } from '@kbn/utils';
import { pick, deepFreeze } from '@kbn/std';
import { IConfigService } from '@kbn/config';

import { SharedGlobalConfig, SharedGlobalConfigKeys } from './types';
import {
ElasticsearchConfigType,
config as elasticsearchConfig,
} from '@kbn/core-elasticsearch-server-internal';
import { SharedGlobalConfig, SharedGlobalConfigKeys } from './types';
import { SavedObjectsConfigType, savedObjectsConfig } from '../saved_objects/saved_objects_config';

const createGlobalConfig = ({
Expand Down

0 comments on commit 4133c84

Please sign in to comment.