Skip to content

Commit

Permalink
remove head import from loadash
Browse files Browse the repository at this point in the history
  • Loading branch information
mtuchi committed Jan 30, 2024
1 parent 4720353 commit 7b88cf1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/salesforce/src/Adaptor.js
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,6 @@ export function request(path, options, callback = s => s) {
}
// Note that we expose the entire axios package to the user here.
import axios from 'axios';
import { head } from 'lodash';

export { axios };

Expand Down

0 comments on commit 7b88cf1

Please sign in to comment.