fix: remove comment
parent
1d2e5f07ef
commit
8c3774e100
|
@ -123,7 +123,6 @@ async function createOrlistAllAttendees(
|
|||
} else (error: Error) => res.status(400).json({ error });
|
||||
}
|
||||
} else {
|
||||
// @todo: check real availability times before booking
|
||||
const data = await prisma.attendee.create({
|
||||
data: {
|
||||
email: safePost.data.email,
|
||||
|
|
Loading…
Reference in New Issue