Skip to content

Commit 8528a27

Browse files
rubiinCopilot
andauthored
Update src/lib/isMobilePhone.js
Co-authored-by: Copilot <[email protected]>
1 parent edd5342 commit 8528a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/isMobilePhone.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ const phones = {
162162
'ar-EH': /^(\+?212|0)[\s\-]?(5288|5289)[\s\-]?\d{5}$/,
163163
'fa-AF': /^(\+93|0)?(2{1}[0-8]{1}|[3-5]{1}[0-4]{1})(\d{7})$/,
164164
// 'mk-MK': /^(\+?389|0)?((?:2[2-9]\d{6}|(?:3[1-4]|4[2-8])\d{6}|500\d{5}|5[2-9]\d{6}|7[0-9][2-9]\d{5}|8[1-9]\d{6}|800\d{5}|8009\d{4}))$/,
165-
'mk-MK': /^(\+3897[01256789]|07[01256789])[0-9]{6}$/
165+
'mk-MK': /^(\+3897[01256789]|07[01256789])[0-9]{6}$/
166166
};
167167
/* eslint-enable max-len */
168168

0 commit comments

Comments
 (0)