mirror of
https://github.com/iptv-org/database.git
synced 2024-11-14 07:42:30 -05:00
Update regions.js
This commit is contained in:
parent
9bc11e2f6c
commit
6d9bff097d
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ module.exports = {
|
||||||
countries: Joi.array().items(
|
countries: Joi.array().items(
|
||||||
Joi.string()
|
Joi.string()
|
||||||
.regex(/^[A-Z]{2}$/)
|
.regex(/^[A-Z]{2}$/)
|
||||||
.allow('')
|
.required()
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue