Merge branch 'develop' into feature/#34-backup-&-import

This commit is contained in:
Julian Krauser 2025-01-28 11:10:12 +01:00
commit 07f8e2dbcb
5 changed files with 17 additions and 12 deletions

View file

@ -289,7 +289,7 @@ export async function createMember(req: Request, res: Response): Promise<any> {
const lastname = req.body.lastname;
const nameaffix = req.body.nameaffix;
const birthdate = req.body.birthdate;
const internalId = req.body.internalId;
const internalId = req.body.internalId || null;
let createMember: CreateMemberCommand = {
salutationId,