Skip to content

Commit

Permalink
clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Aug 15, 2022
1 parent f6643e5 commit 3fd6f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/maps/public/selectors/map_selectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export const getEmbeddableSearchContext = ({ map }: MapStoreState) =>
map.mapState.embeddableSearchContext;

export const getSearchSessionId = ({ map }: MapStoreState): string | undefined =>
-map.mapState.searchSessionId;
map.mapState.searchSessionId;

export const getSearchSessionMapBuffer = ({ map }: MapStoreState): MapExtent | undefined =>
map.mapState.searchSessionMapBuffer;
Expand Down

0 comments on commit 3fd6f24

Please sign in to comment.