Skip to content

Commit

Permalink
Merge pull request #59 from Gyuhyeok99/refactor/#51
Browse files Browse the repository at this point in the history
[refactor/#51] 마이페이지 정보 수정 시 예외처리 추가
  • Loading branch information
Gyuhyeok99 authored May 27, 2024
2 parents a71c646 + 3366f11 commit fd33405
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package carbonneutral.academy.api.controller.user.dto.request;

import jakarta.validation.constraints.NotNull;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Getter;
Expand All @@ -11,5 +12,6 @@
@AllArgsConstructor
public class PatchInfoReq {

@NotNull
private String editNickname;
}

0 comments on commit fd33405

Please sign in to comment.