Update regions.js

This commit is contained in:
Aleksandr Statciuk 2022-09-12 21:47:11 +03:00
parent dbcb02144b
commit 3a332813ab
1 changed files with 2 additions and 0 deletions

View File

@ -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}`)