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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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