Skip to content

Commit c473699

Browse files
committed
Remove unintentionally exported function.
1 parent 406c6a7 commit c473699

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/plugins/data/public/search/aggs/utils/prop_filter.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,3 @@ export function propFilter<P extends string>(prop: P) {
9292
});
9393
};
9494
}
95-
96-
export const filterByName = propFilter('name');

0 commit comments

Comments
 (0)