Skip to content

Commit 3292529

Browse files
committed
done
1 parent daab437 commit 3292529

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/transforms/exclusiveFacets.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import {slice} from "../options.js";
22

3-
// TODO How to reindex channels supplied as arrays? I don’t want to inspect
4-
// arbitrary values on the options; maybe we could use this.channels?
53
export function exclusiveFacets(data, facets) {
64
if (facets.length === 1) return {data, facets}; // only one facet; trivially exclusive
75

0 commit comments

Comments
 (0)