Merged PR 738: develop動作確認不具合対応

## 概要
[Task3645: develop動作確認不具合対応](https://paruru.nds-tyo.co.jp:8443/tfs/ReciproCollection/fa4924a4-d079-4fab-9fb5-a9a11eb205f0/_workitems/edit/3645)

- 削除完了メールのタイトルを修正しました。

## レビューポイント
- 共有

## UIの変更
- なし
## 動作確認状況
- ローカルで確認
This commit is contained in:
makabe.t 2024-02-06 10:26:42 +00:00
parent 19b544540e
commit eaf1b3c8b8

View File

@ -863,7 +863,7 @@ export class SendGridService {
`[IN] [${context.getTrackingId()}] ${this.sendMailWithU116.name}`,
);
try {
const subject = 'Edit User Notification [U-116]';
const subject = 'User Deleted Notification [U-116]';
// メールの本文を作成する
const html = this.templateU116Html