Allow txt values properly

This commit is contained in:
Melon 2024-07-29 23:34:49 +01:00
parent f07172876a
commit f992ce6575
Signed by: melon
GPG Key ID: 6C9D970C50D26A25

View File

@ -223,7 +223,7 @@
convert: (t: TxtRecord): ApiRecordFormat => ({
name: t.Hdr.Name,
type: t.Hdr.Rrtype,
value: t.Txt,
value: t.Txt.join("\n"),
}),
},
{