Skip to content

Commit

Permalink
docs: (#25) 주석 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
khcho0125 committed Sep 5, 2022
1 parent 4ff4580 commit 442183f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ enum class UserErrorCode(

ALREADY_USED_EMAIL(409, "이미 사용된 이메일"),

USER_NOT_FOUND(401, "유저를 찾을 수 없음"); // TODO Http status 사용에 대해 논의
USER_NOT_FOUND(401, "유저를 찾을 수 없음");

override fun status(): Int = status

Expand Down

0 comments on commit 442183f

Please sign in to comment.