Fix linting (#1463)
This commit is contained in:
parent
6b4b8b9c6a
commit
e79f3bfbc1
1 changed files with 0 additions and 2 deletions
|
|
@ -57,8 +57,6 @@ class Tweet < ApplicationRecord
|
|||
end
|
||||
|
||||
class << self
|
||||
private
|
||||
|
||||
def try_to_get_tweet(twitter_id_code)
|
||||
c = TwitterBot.new(random_identity).client
|
||||
t = c.status(twitter_id_code, tweet_mode: "extended")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue