From cede2630bff969181e04ed0f953eb6421ee27553 Mon Sep 17 00:00:00 2001 From: Ellie Frymire Date: Mon, 10 Sep 2018 17:47:46 -0400 Subject: [PATCH] define quote status earlier --- read_and_reply.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/read_and_reply.js b/read_and_reply.js index 2338ccc..b47e76d 100644 --- a/read_and_reply.js +++ b/read_and_reply.js @@ -61,12 +61,12 @@ module.exports.read_and_reply = read_and_reply = (tweetEvent) => { console.log(tweetEvent) console.log(tweetEvent.tweet_create_events[0]) - console.log(quoteStatus) if (tweeter !== 1031985269984165900) { let quoteStatus = tweetEvent.tweet_create_events[0].is_quote_status let id = tweetEvent.tweet_create_events[0].id_str + console.log(quoteStatus) if (quoteStatus) { let user1 = tweetEvent.tweet_create_events[0].user.screen_name