Hello again! Okay, so first thing I’m noticing is you have a misspelling in your code:
aync should be async
The second thing is that you never await anything inside the async function. You may have fixed those 2 issues already. Let me know.
If you don’t know what I mean by having await in your async functions we do have some resources:
Promises Post
Asynchronous Programming Intro video