Vishnu Narayanan
2022-03-28 18:14:30 +05:30
committed by GitHub
parent 823c0ab6a7
commit 8155024b6a
19 changed files with 25 additions and 25 deletions

View File

@@ -58,7 +58,7 @@ class Twitter::SendOnTwitterService < Base::SendOnChannelService
tweet_data = response.body
message.update!(source_id: tweet_data['id_str'])
else
Rails.logger.info "TWITTER_TWEET_REPLY_ERROR #{response.body}"
Rails.logger.error "TWITTER_TWEET_REPLY_ERROR #{response.body}"
end
end
end