Outgrown / outgrown_fe

https://outgrown.vercel.app
0 stars 1 forks source link

Added a getArticle query to api calls' #23

Closed AndrewCerveny closed 1 year ago

AndrewCerveny commented 1 year ago

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

nordbyi commented 1 year ago

What was causing the merge conflict with this file?