mirror of
https://github.com/iptv-org/database.git
synced 2024-11-09 14:16:38 -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(
|
||||
Joi.string()
|
||||
.regex(/^[A-Z]{2}$/)
|
||||
.allow('')
|
||||
.required()
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue