Procházet zdrojové kódy

Merge branch 'home' of https://git.zipcode.rocks/jaejoson/JhipsterGroupProject-Client into home

Jonathan Hinds před 5 roky
rodič
revize
fd9bfc6f76

+ 0
- 1
src/main/java/rocks/zipcode/io/web/rest/AccountResource.java Zobrazit soubor

@@ -130,7 +130,6 @@ public class AccountResource {
130 130
         if (!user.isPresent()) {
131 131
             throw new InternalServerErrorException("User could not be found");
132 132
         }
133
-
134 133
         userService.updateUser(userDTO.getFirstName(), userDTO.getLastName(), userDTO.getEmail(), userDTO.getLangKey(), userDTO.getImageUrl());
135 134
     }
136 135