Skip to content

Commit

Permalink
Add empty lines to make code look better
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangzinh committed May 17, 2023
1 parent dc63f9b commit 33e560c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,10 @@ export default {
let body;

const isChatRoom = ReportUtils.isChatRoom(report);

const {person, message} = reportAction;
const plainTextPerson = _.map(person, (f) => f.text).join();

// Specifically target the comment part of the message
const plainTextMessage = (_.find(message, (f) => f.type === 'COMMENT') || {}).text;

Expand Down

0 comments on commit 33e560c

Please sign in to comment.