Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>
  • Loading branch information
lezzago committed May 18, 2023
1 parent d60caa2 commit bb5dc5b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ import {
getHttp,
getTimeFilter,
getCapabilities,
getSavedAugmentVisLoader,
} from '../services';
import { getSavedAugmentVisLoader } from '../services';
import { VisualizeEmbeddableFactoryDeps } from './visualize_embeddable_factory';
import { VISUALIZE_ENABLE_LABS_SETTING } from '../../common/constants';
import { SavedVisualizationsLoader } from '../saved_visualizations';
Expand Down Expand Up @@ -89,7 +89,7 @@ export const createVisEmbeddableFromObject = (deps: VisualizeEmbeddableFactoryDe

const editable = getCapabilities().visualize.save as boolean;

const savedAugmentVisLoader = await getSavedAugmentVisLoader();
const savedAugmentVisLoader = getSavedAugmentVisLoader();

return new VisualizeEmbeddable(
getTimeFilter(),
Expand Down

0 comments on commit bb5dc5b

Please sign in to comment.