From 0f499342f2cbce1df1d2dfdec478be99acc10228 Mon Sep 17 00:00:00 2001 From: Jarle Elshaug Date: Mon, 10 Feb 2025 15:16:01 +0100 Subject: [PATCH] cosmetics --- lib/scimgateway.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/scimgateway.ts b/lib/scimgateway.ts index ed503ab..9539f5f 100644 --- a/lib/scimgateway.ts +++ b/lib/scimgateway.ts @@ -2544,7 +2544,7 @@ export class ScimGateway { isMailLock = false }, (this.config.scimgateway.email.emailOnError.sendInterval || 15) * 1000 * 60) - const msgHtml = `
${msg}

This is an automatically generated email - please do NOT reply to this email

` + const msgHtml = `
${msg}

This is an automatically generated email - please do NOT reply to this email

` const msgObj = { from: this.config.scimgateway.email.emailOnError.from, to: this.config.scimgateway.email.emailOnError.to,