Commit d9407d32 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 750efa28
...@@ -46,7 +46,7 @@ async function init() { ...@@ -46,7 +46,7 @@ async function init() {
let config=last[last.length-2].replace('.csv','') let config=last[last.length-2].replace('.csv','')
let file=last[last.length-1].replace('.csv','') let file=last[last.length-1].replace('.csv','')
let data=getDataFromFileAndConfig(all,file,config) let data=getDataFromFileAndConfig(all,file,config)
// console.log(data) console.log(file)
dataFile.push(data) dataFile.push(data)
} }
console.log('hi') console.log('hi')
......
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