Skip to content

Commit

Permalink
cleanup: remove lodash's once from util exports
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelgerber committed Aug 12, 2024
1 parent bd932ed commit 08d8eed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions packages/@ourworldindata/utils/src/Util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ import {
minBy,
noop,
omit,
once,
orderBy,
partition,
pick,
Expand Down Expand Up @@ -108,7 +107,6 @@ export {
minBy,
noop,
omit,
once,
orderBy,
partition,
pick,
Expand Down
1 change: 0 additions & 1 deletion packages/@ourworldindata/utils/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ export {
minBy,
noop,
omit,
once,
orderBy,
partition,
pick,
Expand Down

0 comments on commit 08d8eed

Please sign in to comment.