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

git pu

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