Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit f798597

Browse files
committed
fix: remove duplicate async.each
License: MIT Signed-off-by: Alan Shaw <alan@tableflip.io>
1 parent 61d7601 commit f798597

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: js/src/pubsub.js

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ const each = require('async/each')
1111
const waterfall = require('async/waterfall')
1212
const parallel = require('async/parallel')
1313
const whilst = require('async/whilst')
14-
const each = require('async/each')
1514
const hat = require('hat')
1615

1716
// On Browsers it will be false, but the tests currently aren't run

0 commit comments

Comments
 (0)