diff options
author | Raphael <mail@raphaelkabo.com> | 2025-02-11 23:43:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-11 23:43:09 +0000 |
commit | 51a0ecb536b86147ceb27901cc22b3ada8e06a6a (patch) | |
tree | c158a758c650885cb9577e4d4d222985e0125f67 /src/routes/group.ts | |
parent | d985b8d278f3df5699bac15f49e1316628a74c63 (diff) | |
parent | e89c3425eefadedce96582f0f5e31dcb692792d3 (diff) |
Merge branch 'main' into instance-information
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", { |