From 023cad53e3b5f84c12df72f9e7721aeff35f7c4c Mon Sep 17 00:00:00 2001 From: Fredrik Lindin Date: Tue, 20 Mar 2012 10:56:20 +0100 Subject: [PATCH] fixed an error caused by changed api in the aws-lib --- lib/simpledb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/simpledb.js b/lib/simpledb.js index 965aa7b..9348e4d 100644 --- a/lib/simpledb.js +++ b/lib/simpledb.js @@ -180,7 +180,7 @@ exports.SimpleDB = function(opts,logger) { // remove previous Signature from previous attempts delete q.Signature - self.client.call(act,q,function(res){ + self.client.call(act,q,function(err, res){ self.handle(start,act,q,tryI,last,res,stop,handler) }) },