dynamodb-better-batch
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -94,2 +94,4 @@ 'use strict'; | ||
_this2.processChunk(chunk, operation, unprocessedCheck, function (err, itemMap) { | ||
if (err) return callback(err); | ||
// Item map empty if it's a write or the get returned nothing | ||
@@ -106,3 +108,3 @@ itemMap.forEach(function (items, table) { | ||
callback(err); | ||
callback(); | ||
}); | ||
@@ -109,0 +111,0 @@ }, function (err) { |
{ | ||
"name": "dynamodb-better-batch", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
12401
205