*Remove DEFAULT

This commit is contained in:
Derrick Hammer 2022-08-19 12:37:05 -04:00
parent 4cb79067b0
commit 084c4c7347
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ export interface DNSRecord {
value: string;
}
const DNS_RECORD_TYPE = {
DEFAULT: "DEFAULT",
A: "A",
CNAME: "CNAME",
NS: "NS",