Преглед на файлове

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

Jonathan Hinds преди 5 години
родител
ревизия
fd9bfc6f76
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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 Целия файл

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