Commit 258f1b97 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 99fd597a
......@@ -15,9 +15,9 @@ async function run() {
let config = await fs.readFileSync('./uniq/' + configs[i], 'utf8')
config = JSON.parse(config)
for (let j = 0; j < config.length; j++) {
for (let j = 0; j < config.length-1; j++) {
let dateString = config[j].dateString.split('_')
console.log(dateString)
for (let z = 0; z < dateString.length; z++)
arrDate.push(dateString[z])
arr.push(config[j])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment