Commit 6b621f25 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent bc6a1f78
...@@ -121,7 +121,7 @@ async function run(root,name, directory, timestamp) { ...@@ -121,7 +121,7 @@ async function run(root,name, directory, timestamp) {
last = _.orderBy(arr2, ['maxRuntime']); last = _.orderBy(arr2, ['maxRuntime']);
last= _.uniqBy(last, 'platform'); //last= _.uniqBy(last, 'platform');
let las = [] let las = []
for (let i = 0; i < last.length; i++) { for (let i = 0; i < last.length; i++) {
......
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