Update regions.js
This commit is contained in:
parent
dbcb02144b
commit
3a332813ab
|
@ -12,6 +12,8 @@ module.exports = async function (streams = []) {
|
|||
|
||||
const output = []
|
||||
for (const region of regions) {
|
||||
if (region.code === 'INT') continue
|
||||
|
||||
const regionCountries = region.countries
|
||||
let areaCodes = regionCountries.map(code => `c/${code}`)
|
||||
|
||||
|
|
Loading…
Reference in New Issue