idea-toolbox
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -61,3 +61,3 @@ 'use strict'; | ||
function dynamoBatchOperation(dynamo, batchOps, table, currentChunk, chunksSize, doneCb) { | ||
if(batchOps.length == 0) return done(0); | ||
if(batchOps.length == 0) return doneCb(0); | ||
console.log(`Batch operation on ${table}: ${currentChunk} of ${batchOps.length}`); | ||
@@ -64,0 +64,0 @@ // prepare the structure for the bulk operation |
{ | ||
"name": "idea-toolbox", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "IDEA's utility functions", | ||
@@ -5,0 +5,0 @@ "engines": { |
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
9236