Skip to content

Commit

Permalink
Fix incorrect this
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Apr 27, 2020
1 parent 6256f7e commit 040e5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/enterprise_search/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class EnterpriseSearchPlugin implements Plugin {
private config: ClientConfigType;

constructor(private readonly initializerContext: PluginInitializerContext) {
this.config = this.initializerContext.config.get<ClientConfigType>();
this.config = initializerContext.config.get<ClientConfigType>();
}

public setup(core: CoreSetup, plugins: PluginsSetup) {
Expand Down

0 comments on commit 040e5f2

Please sign in to comment.