From 51bf6eb0f13d5ae1c08d6aad27baad92d2e40398 Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Thu, 9 Jul 2015 16:19:33 +0200 Subject: [PATCH] Removed unneeded line. --- app/models/channel/twitter.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/models/channel/twitter.rb b/app/models/channel/twitter.rb index e57f9453c..cf4d8fb10 100644 --- a/app/models/channel/twitter.rb +++ b/app/models/channel/twitter.rb @@ -23,7 +23,6 @@ class Channel::Twitter @channel = Channel.find_by( area: 'Twitter::Inbound', active: true ) @tweet = Tweet.new( @channel[:options][:auth] ) - @sync = @channel[:options][:sync] tweet = @tweet.from_article(article) disconnect