const account = await getName(id); const domain = await getdomain(account);
Is there a way to combine these 2 using something like promise.props or