Skip to content
This repository has been archived by the owner on Dec 25, 2021. It is now read-only.

Commit

Permalink
remove this return from internal poll method
Browse files Browse the repository at this point in the history
  • Loading branch information
alivenotions committed Nov 10, 2018
1 parent 7517065 commit aad32ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alivenotions/simple-poll",
"version": "0.2.1",
"version": "0.2.2",
"description": "Enable polling with configurable delay and implicit backpressure",
"main": "src/poll.js",
"directories": {
Expand Down
1 change: 0 additions & 1 deletion src/poll.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ const getPollObject = ({
for await (const resource of this) {
cb(resource)
}
return this
},

/** pull iteration */
Expand Down

0 comments on commit aad32ef

Please sign in to comment.