Skip to content

Commit

Permalink
checkpoint#2
Browse files Browse the repository at this point in the history
  • Loading branch information
im-abdulmannan committed Aug 3, 2024
1 parent 89d0c19 commit cc7386e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/components/RecipeDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ const RecipeDialog = ({ pantryData, setRecipeCard }: Props) => {
const response = await axios.get(
`https://api.spoonacular.com/recipes/findByIngredients?ingredients=${ingredients}&number=5&apiKey=${process.env.NEXT_PUBLIC_SPOONACULAR_API_KEY}`
);
console.log("🚀 ~ fetchRecipes ~ response.data:", response.data);
setRecipes(response.data);
};

Expand Down

0 comments on commit cc7386e

Please sign in to comment.