Skip to content

Commit

Permalink
#23 calling aws client as per the current spec
Browse files Browse the repository at this point in the history
  • Loading branch information
tracend committed Dec 9, 2013
1 parent d5e07ff commit 637039f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/simpledb.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,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)
})
},
Expand Down

0 comments on commit 637039f

Please sign in to comment.