mirror of
https://github.com/iptv-org/database.git
synced 2024-11-09 22:16:38 -05:00
Update channels.js
This commit is contained in:
parent
8fd3e590bc
commit
981d8d664e
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ module.exports = {
|
|||
.invalid(Joi.ref('name'))
|
||||
.allow(null),
|
||||
network: Joi.string().allow(null),
|
||||
owner: Joi.string().allow(null),
|
||||
country: Joi.string()
|
||||
.regex(/^[A-Z]{2}$/)
|
||||
.required(),
|
||||
|
|
Loading…
Reference in a new issue