JS então vs aguardar
const a = async () => {
await b();
c();
};
Solstice
const a = async () => {
await b();
c();
};