cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-01-11 17:23:15 +03:00
parent 1f01afe0db
commit b5d3690873

View File

@ -202,7 +202,8 @@ module.packed =
// values including the individual promises
// can we combine the two???
// ...can we split this up into promises and
// other values and Promise.all(..) only the promises???
// other values and Promise.all(..) only
// the promises???
//res.flat()
Promise.all(res)
.then(function(res){