From 37f8f0fdbe12193c09970635dcd25c49ed23f1ed Mon Sep 17 00:00:00 2001 From: Aaron Caldwell Date: Wed, 1 Apr 2020 15:42:34 -0600 Subject: [PATCH] Remove unused http ref --- x-pack/legacy/plugins/maps/public/plugin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/legacy/plugins/maps/public/plugin.ts b/x-pack/legacy/plugins/maps/public/plugin.ts index e0a2797e49426..8b49f81a129ed 100644 --- a/x-pack/legacy/plugins/maps/public/plugin.ts +++ b/x-pack/legacy/plugins/maps/public/plugin.ts @@ -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); };