async is a dependency. Instead async/await should be used.
async
await
Remove dependency to async and refactor the code appropriately.