We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1377d00 commit 1fda952Copy full SHA for 1fda952
providers/ovh/auditrecords.go
@@ -11,7 +11,5 @@ import (
11
func AuditRecords(records []*models.RecordConfig) []error {
12
a := rejectif.Auditor{}
13
14
- a.Add("MX", rejectif.MxNull) // Last verified 2020-12-28
15
-
16
return a.Audit(records)
17
}
0 commit comments