From d39d2dfaa09cba4eba6626e58a2ede6c921c3f32 Mon Sep 17 00:00:00 2001 From: Thomas Neirynck Date: Thu, 30 Apr 2020 11:08:54 -0400 Subject: [PATCH] remove for consistency --- x-pack/plugins/maps/public/embeddable/map_embeddable_factory.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/maps/public/embeddable/map_embeddable_factory.ts b/x-pack/plugins/maps/public/embeddable/map_embeddable_factory.ts index ddf8cb37bddd..a0218de4e7d7 100644 --- a/x-pack/plugins/maps/public/embeddable/map_embeddable_factory.ts +++ b/x-pack/plugins/maps/public/embeddable/map_embeddable_factory.ts @@ -50,7 +50,7 @@ async function waitForMapDependencies() { resolve(true); }); - return await whenModulesLoadedPromise; + return whenModulesLoadedPromise; } export class MapEmbeddableFactory implements EmbeddableFactoryDefinition {