Skip to content

Commit

Permalink
Remove unused http ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Caldwell committed Apr 1, 2020
1 parent 51830aa commit 37f8f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/legacy/plugins/maps/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ interface MapsPluginStartDependencies {
}

export const bindSetupCoreAndPlugins = (core: CoreSetup, plugins: any) => {
const { injectedMetadata, http } = core;
const { injectedMetadata } = core;
setInjectedVarFunc(injectedMetadata.getInjectedVar);
setInjectedVarFunc(core.injectedMetadata.getInjectedVar);
};
Expand Down

0 comments on commit 37f8f0f

Please sign in to comment.