Carregamento ansioso
const userDetail = await User.findOne({
where: {
email: "[email protected]"
},
include: Account
});
Frantic Frog
const userDetail = await User.findOne({
where: {
email: "[email protected]"
},
include: Account
});