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

init

parent 1361f87a
......@@ -59,7 +59,7 @@ async function add(data)
type: data.type,
commision: data.commision,
base: data.base,
param: data.paramStart
param: parseFloat(data.paramStart).toFixed(1)
})
}
while (true)
......@@ -86,7 +86,7 @@ async function add(data)
commision: data.commision,
base: i,
target:z,
param: data.paramStart
param: parseFloat(data.paramStart).toFixed(1)
})
}
}
......
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