mirror of
https://github.com/1f349/admin.1f349.com.git
synced 2024-11-09 22:32:57 +00:00
Allow txt values properly
This commit is contained in:
parent
f07172876a
commit
f992ce6575
@ -223,7 +223,7 @@
|
|||||||
convert: (t: TxtRecord): ApiRecordFormat => ({
|
convert: (t: TxtRecord): ApiRecordFormat => ({
|
||||||
name: t.Hdr.Name,
|
name: t.Hdr.Name,
|
||||||
type: t.Hdr.Rrtype,
|
type: t.Hdr.Rrtype,
|
||||||
value: t.Txt,
|
value: t.Txt.join("\n"),
|
||||||
}),
|
}),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user