Skip to content

Commit 3a0cda3

Browse files
authored
Merge pull request #2052 from serlo/dependabot/npm_and_yarn/minor-and-patch-a946a5ec46
chore(deps-dev): bump the minor-and-patch group across 1 directory with 12 updates
2 parents cffedd3 + d275e28 commit 3a0cda3

2 files changed

Lines changed: 257 additions & 247 deletions

File tree

packages/server/src/internals/server/enmeshed-middleware.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,7 @@ function createSetAttributesHandler(
374374
to: [session.enmeshedId],
375375
subject: 'Aktualisierung deines Lernstands',
376376
body: 'Gratulation!\nDu hast den Kurs zum logistischen Wachstum erfolgreich absolviert. Bitte speichere den aktualisierten Lernstand.\nDein Serlo-Team',
377+
bodyFormat: 'PlainText',
377378
},
378379
})
379380

@@ -562,6 +563,7 @@ async function sendAttributesChangeRequest({
562563
to: [relationship.peer],
563564
subject: 'Dein Lernstand',
564565
body: 'Hallo!\nBitte speichere deinen aktuellen Lernstand.\nDein Serlo-Team',
566+
bodyFormat: 'PlainText',
565567
},
566568
})
567569

0 commit comments

Comments
 (0)