Unable to wait until the promise is resolved – Javascript
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…