Skip to content

Commit d3e41f2

Browse files
LAI-XBBSQQ
authored andcommitted
fix(ava/insight): not export getSpecificInsight
1 parent 850f8d9 commit d3e41f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ava/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export type {
9393
} from './data';
9494

9595
/* insight */
96-
export { getInsights, generateInsightVisualizationSpec, insightPatternsExtractor, getSpecificInsight } from './insight';
96+
export { getInsights, generateInsightVisualizationSpec, insightPatternsExtractor } from './insight';
9797
export type {
9898
Datum,
9999
DomainType,

0 commit comments

Comments
 (0)