diff options
author | Raphael <mail@raphaelkabo.com> | 2025-02-11 23:46:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-11 23:46:53 +0000 |
commit | 227787d28fc91aada6106218fac186f4f5c6269f (patch) | |
tree | ce84abd4f10f1baf5c987808b97f8a7494bde5ef /src/routes/group.ts | |
parent | 0fea3393d63858e1585dd1f16ca4e75cc16dbdc0 (diff) | |
parent | fe5d47e46a96c541f1bf472607d4158a9a7c6e18 (diff) |
Merge branch 'main' into update/remove-google-fonts
Diffstat (limited to 'src/routes/group.ts')
-rw-r--r-- | src/routes/group.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routes/group.ts b/src/routes/group.ts index 1bbf501..9f4105c 100644 --- a/src/routes/group.ts +++ b/src/routes/group.ts @@ -95,6 +95,7 @@ router.post( if (groupData.creatorEmail && req.app.locals.sendEmails) { sendEmailFromTemplate( groupData.creatorEmail, + "", `${eventGroup.name}`, "createEventGroup", { |