Commit 4e9e9dba authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 191f7a1c
......@@ -56,8 +56,11 @@ async function format(name) {
let arr2 =''
for (let i = 0; i < res.length; i++)
if (res[i].used)
arr2=arr2+res[i].data+'\n'
if (res[i].used) {
arr2 = arr2 + res[i].data
if (i !== res.length-1)
arr2=arr2+'\n'
}
......
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