From b7b1b674e5883b4bf42463cb703495aab50d9f6f Mon Sep 17 00:00:00 2001 From: Talor Berthelson Date: Tue, 28 Jun 2016 02:28:22 -0400 Subject: [PATCH] lol --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 9d6a466..50b22a4 100644 --- a/app.js +++ b/app.js @@ -62,7 +62,7 @@ T.post('media/upload', { media_data: b64content }, function (err, data, response console.log("Replied to Trump's Tweet with " + randomtrumpmessage) }) } - } + }) }) T.post('statuses/update', {status: randomtrumpmessage + ' ' + trumptweeturl}, function (err, data, response) { console.log("Posted tweet with " + randomtrumpmessage)