Skip to content

Commit

Permalink
Ignore config warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Caldwell committed May 19, 2020
1 parent 0321801 commit 223471e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/legacy/plugins/maps/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export class MapsPlugin implements Plugin<MapsPluginSetup, MapsPluginStart> {
const config = _.get(np, 'maps.config', {});
// @ts-ignore
const kibanaVersion = core.injectedMetadata.getKibanaVersion();
// @ts-ignore
bindNpSetupCoreAndPlugins(core, np, config, kibanaVersion);
}

Expand Down

0 comments on commit 223471e

Please sign in to comment.