diff --git a/lib/ddb.js b/lib/ddb.js index 4cae9fc..bf111a1 100644 --- a/lib/ddb.js +++ b/lib/ddb.js @@ -492,13 +492,7 @@ var ddb = function(spec, my) { } } my.consumedCapacity += consumedCapacity; - if (parts.length == 1) { - var smartResponse = res.Responses[table]; - cb(null, smartResponse, consumedCapacity); - } - else { - cb(null, res.Responses, consumedCapacity); - } + cb(null, res.Responses, consumedCapacity); } }); };