Commit 0aa06520 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent e64348df
......@@ -46,6 +46,8 @@ async function read(dir, name) {
let pars = com[i].split(',')
let obj = {}
obj.time = pars[1]
if (typeof obj.time === "undefined")
continue
obj.data=pars
arr.push(obj)
......
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