Skip to content

Commit

Permalink
fix: use const
Browse files Browse the repository at this point in the history
  • Loading branch information
benedikt-schaber committed Jan 27, 2023
1 parent 619c525 commit 31f37ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/mail/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export function resolveContent({
}

if (html) {
let newMime: Content = {
const newMime: Content = {
mimeType: 'text/html; charset="utf-8"',
content: quotedPrintableEncode(html),
transferEncoding: "quoted-printable",
Expand Down

0 comments on commit 31f37ca

Please sign in to comment.