Skip to content

Commit

Permalink
Remoção do nome da saudação
Browse files Browse the repository at this point in the history
  • Loading branch information
rtenorioh authored Mar 23, 2022
1 parent d5f6830 commit d30a856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/services/WbotServices/wbotMessageListener.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ const verifyQueue = async (
});

const body = formatBody(
`*${contact.name}*\n\n${greetingMessage}\n\n${options}`,
`${greetingMessage}\n\n${options}`,
contact
);

Expand Down

0 comments on commit d30a856

Please sign in to comment.