onde colocar assíncronos na função const
const foo = async () => {
// do something
}
tinydev
const foo = async () => {
// do something
}