Skip to content

Commit

Permalink
fix: update lodash import
Browse files Browse the repository at this point in the history
  • Loading branch information
AlasDiablo committed Jan 30, 2024
1 parent 2daa08f commit b51c4d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/analytics/src/mulitply.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { set } from 'lodash';
import clone from 'lodash.clone';
import { set, clone } from 'lodash';

/**
* Take `Object` and throw the same object only if there the value of the select field is equals than a value
Expand Down

0 comments on commit b51c4d5

Please sign in to comment.