From 8b678b5dbef507b46e5925d5938a3b324defe640 Mon Sep 17 00:00:00 2001 From: Shane Dela Rosa Date: Fri, 11 Sep 2020 07:16:48 -0700 Subject: [PATCH] Update vanilla_body_parser for stability --- script/import_scripts/vanilla_body_parser.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/import_scripts/vanilla_body_parser.rb b/script/import_scripts/vanilla_body_parser.rb index 4a4e7f1bbcc..af9d2c4da1e 100644 --- a/script/import_scripts/vanilla_body_parser.rb +++ b/script/import_scripts/vanilla_body_parser.rb @@ -28,7 +28,7 @@ class VanillaBodyParser end def rich? - @row['Format'] == 'Rich' + @row['Format'].casecmp?('Rich') end def json