fix: member get by ids
This commit is contained in:
parent
b678067874
commit
ebe587756a
4 changed files with 13 additions and 12 deletions
|
@ -290,7 +290,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