Skip to content

Commit 5274c73

Browse files
committed
lint fix
1 parent 91ab1be commit 5274c73

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/facets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { map, mapValues, clone, keys } from 'lodash-es';
1+
import { map, keys } from 'lodash-es';
22
import FastBitSet from 'fastbitset';
33
import {
44
facets_ids,

src/helpers.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import {
22
mapValues,
33
clone as _clone,
4-
sortBy,
54
isArray,
65
orderBy,
76
minBy,

0 commit comments

Comments
 (0)