浏览代码

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