mirror of
https://github.com/iptv-org/database.git
synced 2024-11-12 15:16:40 -05:00
Update regions.js
This commit is contained in:
parent
4574802a4f
commit
47bfeee518
1 changed files with 11 additions and 11 deletions
|
@ -5,7 +5,7 @@ module.exports = {
|
|||
.regex(/^[\sA-Z\u00C0-\u00FF().,-]+$/i)
|
||||
.required(),
|
||||
code: Joi.string()
|
||||
.regex(/^[A-Z]{3,7}$/)
|
||||
.regex(/^[A-Z]{2,7}$/)
|
||||
.required(),
|
||||
countries: Joi.array().items(
|
||||
Joi.string()
|
||||
|
|
Loading…
Reference in a new issue