mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Keep the domain for now
This commit is contained in:
@@ -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
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user