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 Apr 19, 2023
1 parent e593b8e commit b0d074f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions x-pack/plugins/infra/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ export class Plugin implements InfraClientPluginClass {
private readonly appUpdater$ = new BehaviorSubject<AppUpdater>(() => ({}));

constructor(context: PluginInitializerContext<InfraPublicConfig>) {
this.config = context.config.get();this.inventoryViews = new InventoryViewsService()
this.config = context.config.get();
this.inventoryViews = new InventoryViewsService();
this.logViews = new LogViewsService({
messageFields:
this.config.sources?.default?.fields?.message ?? defaultLogViewsStaticConfig.messageFields,
Expand Down Expand Up @@ -268,7 +269,7 @@ export class Plugin implements InfraClientPluginClass {
const getStartServices = (): InfraClientStartServices => [core, plugins, startContract];

const inventoryViews = this.inventoryViews.start({
http: core.http
http: core.http,
});

const logViews = this.logViews.start({
Expand Down

0 comments on commit b0d074f

Please sign in to comment.