fix(e2e): 🐛 Pass tests
This commit is contained in:
@ -19,7 +19,6 @@ const handler = async (req: NextApiRequest, res: NextApiResponse) => {
|
||||
where: { name: domain },
|
||||
})
|
||||
|
||||
await deleteDomainOnVercel(domain)
|
||||
return res.send({ customDomains })
|
||||
}
|
||||
return methodNotAllowed(res)
|
||||
|
Reference in New Issue
Block a user