Skip to content
Snippets Groups Projects
Commit 7fe1162c authored by Blersch Lara's avatar Blersch Lara
Browse files

#16 removed unnecessary code

parent 201817c2
No related branches found
No related tags found
1 merge request!41Wishlist frontend
......@@ -28,7 +28,6 @@ public class WishListService {
case "createdAt" -> getAllPlantsOrderedByCreatedDate(user);
case "plantDate" -> getAllPlantsOrderedByNextPossiblePlantDate(user);
case "currentPlantable" -> getCurrentPlantablePlants(user);
case "" -> getAllPlantsOrderedByName(user); //todo: better way to do this?
default -> getAllPlantsOrderedByName(user);
};
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment