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

Commit

Permalink
fix: remove duplicate async.each
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
  • Loading branch information
alanshaw committed May 9, 2018
1 parent 61d7601 commit f798597
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/src/pubsub.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const each = require('async/each')
const waterfall = require('async/waterfall')
const parallel = require('async/parallel')
const whilst = require('async/whilst')
const each = require('async/each')
const hat = require('hat')

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

0 comments on commit f798597

Please sign in to comment.