Skip to content

Commit 023cad5

Browse files
committed
fixed an error caused by changed api in the aws-lib
1 parent 6431bd5 commit 023cad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/simpledb.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ exports.SimpleDB = function(opts,logger) {
180180
// remove previous Signature from previous attempts
181181
delete q.Signature
182182

183-
self.client.call(act,q,function(res){
183+
self.client.call(act,q,function(err, res){
184184
self.handle(start,act,q,tryI,last,res,stop,handler)
185185
})
186186
},

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy