Selaa lähdekoodia

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

Jonathan Hinds 5 vuotta sitten
vanhempi
commit
fd9bfc6f76
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0
    1
      src/main/java/rocks/zipcode/io/web/rest/AccountResource.java

+ 0
- 1
src/main/java/rocks/zipcode/io/web/rest/AccountResource.java Näytä tiedosto

@@ -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