This commit is contained in:
2023-03-01 04:39:01 -06:00
parent 264bc5984f
commit 6f5885ff7d
2 changed files with 7 additions and 7 deletions

View File

@@ -83,7 +83,7 @@ const createClient = () => {
const isValidNumber = (rawNumber) => {
const regexGroup = /\@g.us\b/gm;
const exist = rawNumber.match(regexGroup);
console.log("IsValidWawebJS", rawNumber, exist, !exist)
// console.log("IsValidWawebJS", rawNumber, exist, !exist)
return !exist
}