Removed unneeded line.
This commit is contained in:
parent
a03627debf
commit
51bf6eb0f1
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ class Channel::Twitter
|
||||||
|
|
||||||
@channel = Channel.find_by( area: 'Twitter::Inbound', active: true )
|
@channel = Channel.find_by( area: 'Twitter::Inbound', active: true )
|
||||||
@tweet = Tweet.new( @channel[:options][:auth] )
|
@tweet = Tweet.new( @channel[:options][:auth] )
|
||||||
@sync = @channel[:options][:sync]
|
|
||||||
|
|
||||||
tweet = @tweet.from_article(article)
|
tweet = @tweet.from_article(article)
|
||||||
disconnect
|
disconnect
|
||||||
|
|
Loading…
Reference in a new issue