Created
October 10, 2016 19:14
-
-
Save demosifter/b13b4372056e2ccc27c562ea67e1c30e to your computer and use it in GitHub Desktop.
checking all places for the text
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
others.map(value => { | |
let text = value.textBody || value.strippedHtmlBody || ''; | |
return text; | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment