Projekt

Obecné

Profil

« Předchozí | Další » 

Revize dabc8081

Přidáno uživatelem Dominik Poch před více než 5 roky(ů)

Deletion of enums from the database

Zobrazit rozdíly:

server/src/main/java/cz/zcu/yamanager/business/ApiManager.java
89 89
        FullUserProfile userProfile = this.userRepository.getFullUser(userId);
90 90
        System.out.println("Notification: " + userProfile.getNotification());
91 91
        System.out.println("Approval: " + userProfile.getStatus());
92
        return userProfile == null ? new FullUserProfile() : userProfile;
92
        return userProfile;
93 93
    }
94 94

  
95 95
    @Override

Také k dispozici: Unified diff