Skip to content
Snippets Groups Projects
Commit 1a2601a4 authored by Ethan Allen-Harris's avatar Ethan Allen-Harris Committed by Ethan Allen-Harris
Browse files

small bugfix

parent 79814b71
No related branches found
No related tags found
3 merge requests!114LoggingService service class, new method to add a log to the "Logs" table when...,!88fixed small bug,!87added non-functional testing (see DeleteShopTests.java for notes) + added serverside validation
...@@ -39,7 +39,9 @@ public class AdminController { ...@@ -39,7 +39,9 @@ public class AdminController {
public ShopDeleter shopDeleter; public ShopDeleter shopDeleter;
public ShopActiveService shopActiveService; public ShopActiveService shopActiveService;
public AdminController(JWTUtils jwt, UserShopLinked usl, UserPermissionsRepo upr, ShopsRepo sr, StampBoardsRepo sbr, SocialsRepo socialRepo, ShopActiveService sas){ public AdminController(JWTUtils jwt, UserShopLinked usl, UserPermissionsRepo upr,
ShopsRepo sr, StampBoardsRepo sbr, SocialsRepo socialRepo,
ShopActiveService sas, ShopDeleter sd){
jwtUtils = jwt; jwtUtils = jwt;
userShopLinked = usl; userShopLinked = usl;
userPermissionsRepo = upr; userPermissionsRepo = upr;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment