delete custom doman cert on project delete

main
TZGyn 1 year ago
parent a885018c6e
commit 13159e8cf9
Signed by: TZGyn
GPG Key ID: 122EAF77AE81FD4A

@ -350,6 +350,8 @@ export const actions: Actions = {
)
.returning()
await deleteCustomDomain(deletedProject[0].custom_domain_id)
if (form.data.deleteShorteners) {
const deletedShorteners = await db
.delete(shortener)

Loading…
Cancel
Save