Added comment
This commit is contained in:
parent
a4d697265b
commit
87e1c55553
@ -188,7 +188,7 @@ async function patch(req: Request, res: Response) {
|
||||
name: req.body.name,
|
||||
contactInfo: {
|
||||
connect: {
|
||||
id: parseInt(req.body.locationId)
|
||||
id: parseInt(req.body.locationId) // TODO: Rename to contactInfoId
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user