Skip to content

Commit

Permalink
fix(ava/insight): not export getSpecificInsight
Browse files Browse the repository at this point in the history
  • Loading branch information
LAI-X authored and BBSQQ committed Nov 3, 2023
1 parent 850f8d9 commit d3e41f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ava/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export type {
} from './data';

/* insight */
export { getInsights, generateInsightVisualizationSpec, insightPatternsExtractor, getSpecificInsight } from './insight';
export { getInsights, generateInsightVisualizationSpec, insightPatternsExtractor } from './insight';
export type {
Datum,
DomainType,
Expand Down

0 comments on commit d3e41f2

Please sign in to comment.