Skip to content

Commit

Permalink
fix(#23): 배재현의 중괄호 납치 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
jyj1289 committed Nov 24, 2024
1 parent 49001c1 commit e7bf6fe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public IdResponse(Diary diary) {

public IdResponse(Letter letter) {
this.id = letter.getId();
}

public IdResponse(Question question) {
this.id = question.getId();
Expand Down

0 comments on commit e7bf6fe

Please sign in to comment.