Skip to content

Commit

Permalink
Fixed Minor Bug (#6075)
Browse files Browse the repository at this point in the history
  • Loading branch information
namangupta01 authored and jywarren committed Jul 29, 2019
1 parent 4e5488b commit 449d047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/comment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ def self.check_and_add_tweets(tweets)
puts "=========================================================="
puts "in tweet loop"
puts tweet
puts tweet.reply
puts tweet.reply?
puts "=========================================================="
next unless tweet.reply?

Expand Down

0 comments on commit 449d047

Please sign in to comment.