Comparing version 1.2.12 to 1.2.13
@@ -236,3 +236,3 @@ "use strict"; | ||
else if (curr + size < items.length) | ||
this.batchWriteHelper(t, items, iErr, isPut, curr + size, size, resolve, reject); | ||
this.batchWriteHelper(t, items, isPut, iErr, curr + size, size, resolve, reject); | ||
// no more chunks to manage: we're done | ||
@@ -239,0 +239,0 @@ else |
{ | ||
"name": "idea-aws", | ||
"version": "1.2.12", | ||
"version": "1.2.13", | ||
"description": "AWS wrappers to use in IDEA's back-ends", | ||
@@ -5,0 +5,0 @@ "engines": { |
@@ -232,3 +232,3 @@ import AWS = require('aws-sdk'); | ||
else if(curr+size < items.length) | ||
this.batchWriteHelper(t, items, iErr, isPut, curr+size, size, resolve, reject); | ||
this.batchWriteHelper(t, items, isPut, iErr, curr+size, size, resolve, reject); | ||
// no more chunks to manage: we're done | ||
@@ -235,0 +235,0 @@ else resolve(); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet