Comparing version 1.2.10 to 1.2.11
@@ -275,3 +275,3 @@ "use strict"; | ||
params.ExclusiveStartKey = data.LastEvaluatedKey; | ||
this.queryScanHelper(params, items, false, resolve, reject); | ||
this.queryScanHelper(params, items, isQuery, resolve, reject); | ||
} | ||
@@ -278,0 +278,0 @@ else { |
{ | ||
"name": "idea-aws", | ||
"version": "1.2.10", | ||
"version": "1.2.11", | ||
"description": "AWS wrappers to use in IDEA's back-ends", | ||
@@ -5,0 +5,0 @@ "engines": { |
@@ -273,3 +273,3 @@ import AWS = require('aws-sdk'); | ||
params.ExclusiveStartKey = data.LastEvaluatedKey; | ||
this.queryScanHelper(params, items, false, resolve, reject); | ||
this.queryScanHelper(params, items, isQuery, resolve, reject); | ||
} else { | ||
@@ -276,0 +276,0 @@ IdeaX.logger(`${f.toUpperCase()} ${params.TableName}`, null, items.length.toString()); |
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
3255358