The blogs command fetches an api to get list of blogs. In the current code, this fetch is not done asynchronously. So we are getting the output after a new line has been created in the terminal.
Here is the screenshot of the bug.
What should have happened?
The api needs to be fetched asynchronously and new line should be created only after the blogs list has been displayed.
Contact Details
sadashay01@gmail.com
What happened?
The
blogs
command fetches an api to get list of blogs. In the current code, this fetch is not done asynchronously. So we are getting the output after a new line has been created in the terminal. Here is the screenshot of the bug.What should have happened?
The api needs to be fetched asynchronously and new line should be created only after the blogs list has been displayed.
What browsers are you seeing the problem on?
No response
Version
No response
Relevant log output
No response