diff options
author | Jimmy Wärting <jimmy@warting.se> | 2021-11-16 19:34:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-16 10:34:17 -0800 |
commit | bb41f2a59aa41af0b906f0cb9a11ffa6332e56dd (patch) | |
tree | d0d285927a2106f530930e0c8897d1070a834b05 /lib/times.js | |
parent | 9440649a5f9e58c6706fd2573ab64b0bbc2f9b1f (diff) | |
download | async-bb41f2a59aa41af0b906f0cb9a11ffa6332e56dd.tar.gz |
be explicit (#1769)
Diffstat (limited to 'lib/times.js')
-rw-r--r-- | lib/times.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/times.js b/lib/times.js index 15e798f..beba1e4 100644 --- a/lib/times.js +++ b/lib/times.js @@ -1,4 +1,4 @@ -import timesLimit from './timesLimit'; +import timesLimit from './timesLimit.js' /** * Calls the `iteratee` function `n` times, and accumulates results in the same |