Converts a function with
Promise
chains in the
return
statement to an
async
function with
await
expressions and
catch
handling.