Unable to wait until the promise is resolved
Advertisements I’m stuck with a work-related task where I’m fetching data from the db and then send the data to an external api through post request. Right now I’m succesfully getting the data and processed it but the external api request gets through before the promise is resolved. So I have this service class called… Read More Unable to wait until the promise is resolved