If I take a working call / use of the API and wrap it in an async function and call the function with await, then the API call won't do anything. In order to make sure that I get results in certain orders, I'm trying to organize everything with async wait functions. No error codes are thrown or anything, it's just acting like it's physically not calling the API.
If I take a working call / use of the API and wrap it in an async function and call the function with await, then the API call won't do anything. In order to make sure that I get results in certain orders, I'm trying to organize everything with async wait functions. No error codes are thrown or anything, it's just acting like it's physically not calling the API.
Works
Does not work