npm start the page rendered without the error stating get_article was not imported from detail.details,
Description:
Briefly, but clearly describe what you did, and explain any new code.
When merging from main. there wasn't a get_Article in the api calls .js so i made a query for it. It was arising as a merge conflict and so i fixed the error. all the page functionality seemed unbothered.
Issues:
Are there any concerns, issues, or bugs in this branch? If so describe them.
Where to find Changes:
Files: apiCalls.js
Methods:
line Numbers if possible:
Checklist
[ ] My code follows the style guidelines of this project
[ ] I have performed a self-review of my own code
[ ] I have commented my code, particularly in hard-to-understand areas
[ ] I have used tests to prove my fix is effective or that my feature works
[x] New and existing unit tests pass locally with my change
What does this merge do? Check all that apply.
How has this been tested?
npm start the page rendered without the error stating get_article was not imported from detail.details,
Description:
Briefly, but clearly describe what you did, and explain any new code. When merging from main. there wasn't a get_Article in the api calls .js so i made a query for it. It was arising as a merge conflict and so i fixed the error. all the page functionality seemed unbothered.
Issues:
Are there any concerns, issues, or bugs in this branch? If so describe them.
Where to find Changes:
Files: apiCalls.js Methods: line Numbers if possible:
Checklist