Recursive awaited promise does nothing after resolving – Twitter API
I'm making some requests to the Twitter API, and in order to retrieve tweets I need to perform some recursive method calls as each request will only return a maximum of 100 tweets. So the process is pretty simple. Call…