feature/#34-backup-&-import #57

Merged
jkeffects merged 24 commits from feature/#34-backup-&-import into develop 2025-02-03 10:08:19 +00:00
Showing only changes of commit 6ae463a784 - Show all commits

View file

@ -447,7 +447,7 @@ export async function updateMemberById(req: Request, res: Response): Promise<any
const lastname = req.body.lastname; const lastname = req.body.lastname;
const nameaffix = req.body.nameaffix; const nameaffix = req.body.nameaffix;
const birthdate = req.body.birthdate; const birthdate = req.body.birthdate;
const internalId = req.body.internalId; const internalId = req.body.internalId || null;
let updateMember: UpdateMemberCommand = { let updateMember: UpdateMemberCommand = {
id: memberId, id: memberId,