Inside an async function, return await is not needed. Since the return value of an async function is always wrapped in Promise.resolve, PR Close #35686
Inside an async function, return await is not needed. Since the return value of an async function is always wrapped in Promise.resolve, PR Close #35686