From eaf1b3c8b8c9d002beab5c0aa3fbac7c2b080bf5 Mon Sep 17 00:00:00 2001 From: "makabe.t" Date: Tue, 6 Feb 2024 10:26:42 +0000 Subject: [PATCH] =?UTF-8?q?Merged=20PR=20738:=20develop=E5=8B=95=E4=BD=9C?= =?UTF-8?q?=E7=A2=BA=E8=AA=8D=E4=B8=8D=E5=85=B7=E5=90=88=E5=AF=BE=E5=BF=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 概要 [Task3645: develop動作確認不具合対応](https://paruru.nds-tyo.co.jp:8443/tfs/ReciproCollection/fa4924a4-d079-4fab-9fb5-a9a11eb205f0/_workitems/edit/3645) - 削除完了メールのタイトルを修正しました。 ## レビューポイント - 共有 ## UIの変更 - なし ## 動作確認状況 - ローカルで確認 --- dictation_server/src/gateways/sendgrid/sendgrid.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dictation_server/src/gateways/sendgrid/sendgrid.service.ts b/dictation_server/src/gateways/sendgrid/sendgrid.service.ts index a467b3b..068ccd4 100644 --- a/dictation_server/src/gateways/sendgrid/sendgrid.service.ts +++ b/dictation_server/src/gateways/sendgrid/sendgrid.service.ts @@ -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