🖐️ Analytics drop off rates
This commit is contained in:
@ -8,7 +8,7 @@ const handler = async (req: NextApiRequest, res: NextApiResponse) => {
|
||||
const id = req.query.id.toString()
|
||||
const result = await prisma.result.update({
|
||||
where: { id },
|
||||
data: { ...data, updatedAt: new Date() },
|
||||
data,
|
||||
})
|
||||
return res.send(result)
|
||||
}
|
||||
|
Reference in New Issue
Block a user