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

init

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