Keep the domain for now

This commit is contained in:
Fang-Pen Lin
2025-11-12 23:28:21 -08:00
parent edd9fa3eef
commit 3a3a6f3152

View File

@@ -70,7 +70,7 @@ export const cloudflareDeleteTxtRecord = async (
type: "TXT",
// TODO: this is incorrect. The domain seems need to be fqdn, but we are passing just the record name here.
// as a result, we are not deleting the record correctly.
// name: domain,
name: domain,
content: value
}
});