From 377fbc1f983e7f27aba6f064834c74915c27e5d8 Mon Sep 17 00:00:00 2001 From: Brian White Date: Thu, 19 Sep 2013 08:32:13 -0400 Subject: [PATCH] lint --- lib/Connection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Connection.js b/lib/Connection.js index ea8984e..f33ef4b 100644 --- a/lib/Connection.js +++ b/lib/Connection.js @@ -1329,7 +1329,7 @@ Connection.prototype._resTagged = function(info) { if (info.type === 'no' || info.type === 'bad') { var errtext; if (info.text) - errtext = info.text; + errtext = info.text; else errtext = req.oauthError; err = new Error(errtext);