mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-11-10 09:12:47 +08:00
BUG: Fix M365 Builder indexOf error (#2724)
This commit is contained in:
parent
7ce2eb4e7e
commit
e146fc5c07
1 changed files with 1 additions and 1 deletions
|
@ -1683,7 +1683,7 @@ function M365_BUILDER(name, value) {
|
|||
);
|
||||
}
|
||||
|
||||
r = [];
|
||||
var r = [];
|
||||
|
||||
// MX (default: true)
|
||||
if (value.mx) {
|
||||
|
|
Loading…
Reference in a new issue