We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 563058e commit 028990fCopy full SHA for 028990f
src/main/java/cmf/commitField/domain/pet/dto/UserPetDto.java
@@ -17,6 +17,5 @@ public UserPetDto(UserPet userPet) {
17
this.username = userPet.getUser().getUsername();
18
this.petId = userPet.getPet().getId();
19
this.petName = userPet.getPet().getName();
20
- this.isHatched = userPet.isHatched();
21
}
22
0 commit comments