Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #176 from hendrik-hog/search-bug
Browse files Browse the repository at this point in the history
Fix search bug
  • Loading branch information
Teifun2 authored Mar 14, 2023
2 parents 247fc5e + 115e81e commit 5a3556d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/services/data_repository.dart
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class DataRepository {
}

Future<List<RecipeShort>> fetchAllRecipes() async {
return fetchRecipesShort(category: "All");
return fetchRecipesShort(category: categoryAll);
}

String getUserAvatarUrl() {
Expand Down

0 comments on commit 5a3556d

Please sign in to comment.