Skip to content

Commit 028990f

Browse files
committed
fix : 필요없는 생성자 삭제
1 parent 563058e commit 028990f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/cmf/commitField/domain/pet/dto/UserPetDto.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ public UserPetDto(UserPet userPet) {
1717
this.username = userPet.getUser().getUsername();
1818
this.petId = userPet.getPet().getId();
1919
this.petName = userPet.getPet().getName();
20-
this.isHatched = userPet.isHatched();
2120
}
2221
}

0 commit comments

Comments
 (0)