2
0

fix(e2e): 🐛 Pass tests

This commit is contained in:
Baptiste Arnaud
2022-05-14 11:53:03 -07:00
parent 4d9796c559
commit 731e646377
3 changed files with 3 additions and 2 deletions

View File

@ -19,7 +19,6 @@ const handler = async (req: NextApiRequest, res: NextApiResponse) => {
where: { name: domain },
})
await deleteDomainOnVercel(domain)
return res.send({ customDomains })
}
return methodNotAllowed(res)