👷🏽 Refactoring fs.utils

This commit is contained in:
2021-05-04 20:51:58 -07:00
parent f9bad43aab
commit aff3dbf8da
4 changed files with 81 additions and 35 deletions

View File

@@ -31,6 +31,6 @@ export const greet = async (
}
});
Promise.all(extractedDataPromises).then((data) => {
console.log(data.data);
console.log(data);
});
};