Skip to content

Commit

Permalink
Delete Message Update (chaynHQ#566)
Browse files Browse the repository at this point in the history
Reworded delete message when user wants to be removed from bloom.

Co-authored-by: Antony Thomas <antonythomas@MBPro.local>
  • Loading branch information
AT-TMC and Antony Thomas authored Aug 5, 2024
1 parent 7cfaee7 commit 2832681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/therapy-session/therapy-session.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export class TherapySessionService {
});

await this.slackMessageClient.sendMessageToTherapySlackChannel(
`User has requested to be deleted - please delete user with emails ${userEmail + emails.join(', ')} from Simplybook, Crisp and from Mailchimp`,
`User has been deleted from bloom - please remove the accounts associated with ${userEmail + emails.join(', ')} from Simplybook, Crisp and from Mailchimp`,
);

// redact email from therapy sessions
Expand Down

0 comments on commit 2832681

Please sign in to comment.