Skip to content

Commit

Permalink
bug fix callback params
Browse files Browse the repository at this point in the history
  • Loading branch information
achesco committed Nov 15, 2013
1 parent 35676f0 commit edbfde1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ var ExpressApp = {
accessToken: accessToken,
accessSecret: accessSecret
}));
callbacksHash[uid] && callbacksHash[uid](tumblr.createClient({
callbacksHash[uid] && callbacksHash[uid](null, tumblr.createClient({
consumer_key: options.appConsumerKey,
consumer_secret: options.appSecretKey,
token: accessToken,
Expand Down

0 comments on commit edbfde1

Please sign in to comment.