From 4fde062f01fb390d64304b90cb9d9735a2598cba Mon Sep 17 00:00:00 2001 From: C J Silverio Date: Thu, 16 Jan 2014 20:28:56 -0800 Subject: [PATCH] Fixed a variable name whoops in the registration code. --- lib/chuey.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chuey.js b/lib/chuey.js index 7dc6993..15bf6eb 100644 --- a/lib/chuey.js +++ b/lib/chuey.js @@ -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))