fix: remove comment

pull/9078/head
Agusti Fernandez Pardo 2022-06-15 21:14:35 +02:00
parent 1d2e5f07ef
commit 8c3774e100
1 changed files with 0 additions and 1 deletions

View File

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