We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d784f8 commit 0e2cfc4Copy full SHA for 0e2cfc4
exercises/75 - CORS and Recipes/scripts-FINISHED.js
@@ -23,7 +23,7 @@ async function fetchAndDisplay(query) {
23
const recipes = await fetchRecipes(query);
24
console.log(recipes);
25
form.submit.disabled = false;
26
- displayRecipes(recipes);
+ displayRecipes(recipes.results);
27
}
28
29
function displayRecipes(recipes) {
0 commit comments