Update vanilla_body_parser for stability

This commit is contained in:
Shane Dela Rosa 2020-09-11 07:16:48 -07:00 committed by Robin Ward
parent f2a6791ce2
commit 8b678b5dbe

View File

@ -28,7 +28,7 @@ class VanillaBodyParser
end
def rich?
@row['Format'] == 'Rich'
@row['Format'].casecmp?('Rich')
end
def json