I have a nested async function inside a non-async function. I want the returned value of the async function to be the returned value of the non-async function, so I\'d like