1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

CHORE: Update deps (#2594)

This commit is contained in:
Tom Limoncelli
2023-10-13 10:48:15 -04:00
committed by GitHub
parent 71174551c4
commit c41a975bdb
3 changed files with 68 additions and 68 deletions

View File

@@ -84,7 +84,7 @@ func recordsToNative(rcs []*models.RecordConfig, expectedKey models.RecordKey) *
Meta: nil,
Enabled: true,
}
case "TXT": // Avoid double quoting for TXT records
case "TXT": // Avoid double quoting for TXT records
rr = dnssdk.ResourceRecord{
Content: convertTxtSliceToSdkAnySlice(r.TxtStrings),
Meta: nil,