Commit 550f5e60 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 50a51a11
......@@ -129,7 +129,7 @@ function createComResfileADV(data) {
function createfinalADV(data) {
// console.log(data)
return new Promise(function (resolve, reject) {
fs.writeFile(pairs + 'final.json', data, 'utf8', function (err) {
fs.writeFile('final.json', data, 'utf8', function (err) {
if (err) reject(err);
else resolve(data);
});
......
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