Commit 8c4e6804 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 725392fe
...@@ -133,7 +133,7 @@ async function readFile(name) ...@@ -133,7 +133,7 @@ async function readFile(name)
let sortByCompound = [] let sortByCompound = []
file =_.orderBy(file, ['compoundPerMonth'], ['desc']); file =_.orderBy(file, ['compoundPerMonth'], ['desc']);
for (let j = 0; j < file.length; j++) { for (let j = 0; j < file.length; j++) {
sortByCompound.push(file[j]) sortByCompound.push(file[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