Update create-matrix.js

This commit is contained in:
Aleksandr Statciuk 2021-10-07 20:50:09 +03:00
parent ed66f896a0
commit 835370c669

View file

@ -1,7 +1,6 @@
const glob = require('glob')
const file = require('./file.js')
file.list(['ad'], []).then(files => {
file.list([], ['us-local']).then(files => {
const country = files.map(file => file.replace(/channels\/|\.xml/gi, ''))
const days = country.map(() => 2)
const matrix = { country, days }