Skip to content

Commit

Permalink
chore : 코드 가독성 확보
Browse files Browse the repository at this point in the history
  • Loading branch information
GyuHo123 committed Jun 17, 2024
1 parent ffcf88d commit d187172
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class LabController(
return try {
labService.requestLabMembership(userId, labId)
ResponseEntity.ok("멤버쉽 요청이 성공적으로 처리되었습니다.")
}catch(e: IllegalStateException){
} catch(e: IllegalStateException){
ResponseEntity.status(HttpStatus.BAD_REQUEST).body(e.message)
}
}
Expand Down

0 comments on commit d187172

Please sign in to comment.