I am getting a console error that await is only valid in an async function
await is only valid in an async function
However, I am under the belief that this should be async. Any thoughts on how