Describe the bug
- Currently the fetch requests are being run asynchronously at the end of the run. Need to make the fetch requests synchronous.
- Also, the requests are not executed in order of call, need fix that too
To Reproduce
Steps to reproduce the behavior:
- Run the index.js file using debgger
Expected behavior
Should execute the fetch requests in order of calling.
Describe the bug
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should execute the fetch requests in order of calling.