VULTR: Enable long TXT (#1518)

This commit is contained in:
Nicolas Lorin 2022-06-01 18:15:29 +02:00 committed by GitHub
parent 6ee11df983
commit 1e8e449160
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,9 +20,5 @@ func AuditRecords(records []*models.RecordConfig) error {
return err
}
if err := recordaudit.TxtNoLongStrings(records); err != nil {
return err
}
return nil
}