1
0
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:
Tom Limoncelli
2023-12-14 15:24:58 -05:00
committed by GitHub
parent 7ce2eb4e7e
commit e146fc5c07

View File

@@ -1683,7 +1683,7 @@ function M365_BUILDER(name, value) {
);
}
r = [];
var r = [];
// MX (default: true)
if (value.mx) {