Comparing version 0.2.2 to 0.2.3
@@ -96,3 +96,3 @@ /// <reference path="type_declarations/index.d.ts" /> | ||
return callback(error); | ||
async.each(public_api_kiosks, function (public_api_kiosk, callback) { | ||
async.eachLimit(public_api_kiosks, 10, function (public_api_kiosk, callback) { | ||
findOrCreateKiosk(public_api_kiosk, program.id, function (error, kiosk) { | ||
@@ -99,0 +99,0 @@ if (error) |
@@ -139,3 +139,3 @@ /// <reference path="type_declarations/index.d.ts" /> | ||
async.each(public_api_kiosks, (public_api_kiosk, callback) => { | ||
async.eachLimit(public_api_kiosks, 10, (public_api_kiosk, callback) => { | ||
findOrCreateKiosk(public_api_kiosk, program.id, (error, kiosk) => { | ||
@@ -142,0 +142,0 @@ if (error) return callback(error); |
@@ -7,3 +7,3 @@ { | ||
], | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"homepage": "https://github.com/chbrown/bcycle", | ||
@@ -10,0 +10,0 @@ "repository": "git://github.com/chbrown/bcycle.git", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
130795