Skip to content

Commit

Permalink
unneeded commented code deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
Bicheka committed Jul 16, 2024
1 parent 07182d1 commit 79c8743
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/bicheka/store/StoreService.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ public interface StoreService {
Store getStoreById(String id);
List<Store> getUserStores(String email);
List<Store> getAllStores();
// void deleteStore(String storename);
String deleteStoreById(String id, String userEmail);//TODO: need optimization
Store renameStore(String storename, String newName);
}

0 comments on commit 79c8743

Please sign in to comment.