jiphyeonjeon-42 / backend

3rd development of 42-jiphyeonjeon web service backend.
https://jiphyeonjeon-42.github.io/backend/
24 stars 7 forks source link

feat(lending): 사서의 대출 제한 권수 4권으로 조정 #826

Closed nyj001012 closed 2 months ago

nyj001012 commented 2 months ago

개요

사서의 대출 제한 권수 4권으로 조정

작업 사항

lending.services.create에서 LENDING_OVERLOAD 반환 조건을 수정

변경점

사서는 4권, 일반 사용자는 2권까지 대출 가능

목적

스크린샷 (optional)

nyj001012 commented 2 months ago

whitespace 수정이 많이 있는데, 혹시 prettier 적용되어있는지 확인해주실수 있나요?

prettier 적용해서 코드 정리 단축키 쓰니까 저렇게 수정됐네요

scarf005 commented 2 months ago

whitespace 수정이 많이 있는데, 혹시 prettier 적용되어있는지 확인해주실수 있나요?

prettier 적용해서 코드 정리 단축키 쓰니까 저렇게 수정됐네요

image

image

혹시 prettier로 포매팅되었는지 다시 한번만 확인해 주실 수 있을까요? prettier playground의 실행 결과와 다르게 나오는 것 같습니다.

nyj001012 commented 2 months ago

whitespace 수정이 많이 있는데, 혹시 prettier 적용되어있는지 확인해주실수 있나요?

prettier 적용해서 코드 정리 단축키 쓰니까 저렇게 수정됐네요

image

image

혹시 prettier로 포매팅되었는지 다시 한번만 확인해 주실 수 있을까요? prettier playground의 실행 결과와 다르게 나오는 것 같습니다.

최신 커밋에 prettier 설정 바꿔서 재적용했는데, 괄호 띄어쓰기 적용 잘 된 것 같아요