u
This commit is contained in:
parent
e18018f03c
commit
b6508ba76e
@ -13,7 +13,6 @@ module.exports = {
|
|||||||
let landSet = wo?.i18n?.landSet || wo?.ss?.i18n?.landSet || {}
|
let landSet = wo?.i18n?.landSet || wo?.ss?.i18n?.landSet || {}
|
||||||
for (let land of Object.values(landSet)) {
|
for (let land of Object.values(landSet)) {
|
||||||
if (land.itc === itc) {
|
if (land.itc === itc) {
|
||||||
console.log(land)
|
|
||||||
if (land.phoneRegex) {
|
if (land.phoneRegex) {
|
||||||
return new RegExp(land.phoneRegex).test(callnumber)
|
return new RegExp(land.phoneRegex).test(callnumber)
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user