Commit 95ce1b65 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 08f649be
...@@ -20,10 +20,10 @@ async function work() { ...@@ -20,10 +20,10 @@ async function work() {
try { try {
if ((j + i) < directory.length) if ((j + i) < directory.length)
if (parseFloat(directory[j + i].split('Y')[0].split('-')[1]) <= year) { arr.push(directory[j + i])
console.log('push') // if (parseFloat(directory[j + i].split('Y')[0].split('-')[1]) <= year) {
arr.push(directory[j + i]) //
} // }
} catch (e) { } catch (e) {
} }
......
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