Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "ponsqb", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "ponsqb js client", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -83,3 +83,3 @@ export default async function(connection, bridge, attributes) { | ||
const eachPoll = options.eachPoll || () => {} | ||
const eachPoll = options.eachPoll || function() { } | ||
@@ -86,0 +86,0 @@ while (!finishedAt()) { |
6781