Skip to content

Commit

Permalink
fix issue sintaxi#64
Browse files Browse the repository at this point in the history
  • Loading branch information
zachahn committed Apr 8, 2013
1 parent e80f74a commit 2ede04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var qs = require("querystring")
module.exports = function(config){
var root = config.root || "sandbox"
var signer = oauth(config.app_key, config.app_secret)
var scope = config.scope
var scope = config.scope = config.scope || ""

return {
sign: function(token, args){
Expand Down

0 comments on commit 2ede04c

Please sign in to comment.