Added comment

This commit is contained in:
Leon Meier 2023-06-27 23:43:23 +02:00
parent a4d697265b
commit 87e1c55553

View File

@ -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
}
}
}