Commit ee9c97b6 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent c341f5aa
......@@ -21,7 +21,7 @@ async function work() {
if ((j + i) < directory.length)
if (parseFloat(directory[j + i].split('Y')[0].split('-')[1]) <= year) {
if (parseFloat(directory[j + i].split('Y')[0].split('-')[1]) === year) {
arr.push(directory[j + i])
}
} 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