Skip to content

Commit

Permalink
[BUG] fix incorrect import for opensearch aggs
Browse files Browse the repository at this point in the history
Incorrect import statement that was introduced here:
opensearch-project#688

Verified other imports and the rest look fine.

Issue:
n/a

Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
  • Loading branch information
kavilla committed Jan 31, 2022
1 parent 8777eb3 commit 66efb1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import {
OpenSearchDashboardsContext,
OpenSearchDashboardsDatatable,
ExpressionFunctionDefinition,
} from '../../../common/search';
} from '../../../../expressions/common';

type Input = OpenSearchDashboardsContext | null;
type Output = Promise<OpenSearchDashboardsDatatable>;
Expand Down

0 comments on commit 66efb1c

Please sign in to comment.