DEV: Update to lastest rubocop-discourse

This commit is contained in:
Loïc Guitaut
2024-05-27 12:27:13 +02:00
committed by Loïc Guitaut
parent 3b6d4c830f
commit 2a28cda15c
164 changed files with 269 additions and 263 deletions

View File

@ -218,7 +218,7 @@ module ImportScripts::Mbox
end
def read_mail_from_string(raw_message)
unless raw_message.blank?
if raw_message.present?
Email::Receiver.new(raw_message, convert_plaintext: true, skip_trimming: false)
end
end