Skip to content

Commit 12e9a10

Browse files
Update src/lib/isMobilePhone.js
Co-authored-by: Copilot <[email protected]>
1 parent 6e39cd6 commit 12e9a10

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
@@ -161,7 +161,7 @@ const phones = {
161161
'ar-YE': /^(((\+|00)9677|0?7)[0137]\d{7}|((\+|00)967|0)[1-7]\d{6})$/,
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})$/,
164-
'mk-MK': /^(\+3897[01256789]|07[01256789])[0-9]{6}$/,
164+
'mk-MK': /^(\+3897[0123456789]|07[0123456789])[0-9]{6}$/,
165165
};
166166
/* eslint-enable max-len */
167167

0 commit comments

Comments
 (0)