Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cigolpl committed Sep 13, 2024
1 parent 91ab1be commit 5274c73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/facets.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { map, mapValues, clone, keys } from 'lodash-es';
import { map, keys } from 'lodash-es';
import FastBitSet from 'fastbitset';
import {
facets_ids,
Expand Down
1 change: 0 additions & 1 deletion src/helpers.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {
mapValues,
clone as _clone,
sortBy,
isArray,
orderBy,
minBy,
Expand Down

0 comments on commit 5274c73

Please sign in to comment.