I have an asnyc function in Angular that is exiting before it finishing all of its await calls in a loop.
It only runs 1 await call currently. Any ideas?