Skip to content

Commit

Permalink
fix: recipe generation
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckMeelo committed Dec 14, 2024
1 parent d0c5320 commit fc9f396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/recipe/recipes.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,6 @@ export class RecipesService {
}
}

return allRecipes;
return result;
}
}

0 comments on commit fc9f396

Please sign in to comment.