`async`/`await` is not used consistently

Summary

async is a dependency. Instead async/await should be used.

Possible fixes

Remove dependency to async and refactor the code appropriately.