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