Skip to content

Commit

Permalink
Fixed a variable name whoops in the registration code.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceejbot committed Jan 17, 2014
1 parent ed173e8 commit 4fde062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chuey.js
Expand Up @@ -207,7 +207,7 @@ Chuey.prototype.register = function(opts, callback)

function attemptRegistration()
{
Request(parameters, function(err, response, body)
Request(params, function(err, response, body)
{
attempts++;
if (err || (Array.isArray(r) && r[0].error))
Expand Down

0 comments on commit 4fde062

Please sign in to comment.