Skip to content

Commit 9f47e19

Browse files
added trailing comma
1 parent c9e7a73 commit 9f47e19

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[01256789]|07[01256789])[0-9]{6}$/,
165165
};
166166
/* eslint-enable max-len */
167167

0 commit comments

Comments
 (0)