Merge branch 'develop' into feature/#34-backup-&-import
This commit is contained in:
commit
07f8e2dbcb
5 changed files with 17 additions and 12 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue