mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
BUG: Fix M365 Builder indexOf error (#2724)
This commit is contained in:
@@ -1683,7 +1683,7 @@ function M365_BUILDER(name, value) {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
r = [];
|
var r = [];
|
||||||
|
|
||||||
// MX (default: true)
|
// MX (default: true)
|
||||||
if (value.mx) {
|
if (value.mx) {
|
||||||
|
|||||||
Reference in New Issue
Block a user