summaryrefslogtreecommitdiff
path: root/lib/internal/map.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/internal/map.js')
-rw-r--r--lib/internal/map.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/internal/map.js b/lib/internal/map.js
index 9cd927e..c7f64dd 100644
--- a/lib/internal/map.js
+++ b/lib/internal/map.js
@@ -1,4 +1,4 @@
-import noop from 'lodash/noop';
+import noop from './noop';
import wrapAsync from './wrapAsync';
export default function _asyncMap(eachfn, arr, iteratee, callback) {