Closed vincerubinetti closed 5 years ago
await might provide cleaner and more readable code than the currently used Promise.all and .then() approach.
await
Promise.all
.then()
Closed by https://github.com/greenelab/hetmech-frontend/pull/92
await
might provide cleaner and more readable code than the currently usedPromise.all
and.then()
approach.