fix(store): do not return when original body is null

This commit is contained in:
mbilker 2015-11-21 22:08:40 -05:00
parent 5d4c1b96a9
commit c20673d3a3

View file

@ -38,8 +38,6 @@ class MessageBodyProcessor
process: (message) =>
body = message.body
return "" unless body
key = @_key(message)
if @_recentlyProcessedD[key]
return @_recentlyProcessedD[key].body