Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
hsc-nue committed Sep 21, 2023
1 parent 279abee commit 6c595bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion controllers/scoreController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ const sendCheckoutConfirmationEmail = async (
const subject = "Hans-Sachs-Chor Noten ausgeliehen";

// TODO: clear text rather than signature
const html = `Du hast Noten ${score.signature} mit Nummer ${score.extId} vom Hans-Sachs-Chor ausgeliehen.<br>
const html = `Du hast Noten "${(await getScoreTypeMap()).get(score.signature)}" mit Nummer ${score.id} vom Hans-Sachs-Chor ausgeliehen.<br>
Bitte behandle die Noten pfleglich und nehme Eintragungen nur mit Bleistift vor.<br>
Nach dem Konzert müssen die Noten zeitnah wieder zurückgegeben werden.<br>
Radiere bitte vorher deine Eintragungen aus.<br>
Expand Down
2 changes: 1 addition & 1 deletion dist/controllers/scoreController.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ const sendCheckoutConfirmationEmail = (user, score, testRecipient) => __awaiter(
const email = testRecipient ? testRecipient : user.email;
const subject = "Hans-Sachs-Chor Noten ausgeliehen";
// TODO: clear text rather than signature
const html = `Du hast Noten ${score.signature} mit Nummer ${score.extId} vom Hans-Sachs-Chor ausgeliehen.<br>
const html = `Du hast Noten "${(yield (0, score_utils_1.getScoreTypeMap)()).get(score.signature)}" mit Nummer ${score.id} vom Hans-Sachs-Chor ausgeliehen.<br>
Bitte behandle die Noten pfleglich und nehme Eintragungen nur mit Bleistift vor.<br>
Nach dem Konzert müssen die Noten zeitnah wieder zurückgegeben werden.<br>
Radiere bitte vorher deine Eintragungen aus.<br>
Expand Down

0 comments on commit 6c595bc

Please sign in to comment.