[Bug]: Blogs command should be async
Closed this issue · 2 comments
SadashayKanungo commented
Contact Details
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
SadashayKanungo commented
@TechSpiritSS I would like to work on this. Please assign it to me.
TechSpiritSS commented
Go for it 👍