-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug sub태그 default태그로 머지 시도시 실종됨 (#492)
* bug(tag): bookInfoId를 가져올 때 params에서 가져오게 함 bookInfoId를 가져올 때 request body가 아닌 params에서 가져오게 함 * feat(tag): bookInfoId 유효성 검사에서 null, undefined, 0인 경우 추가 bookInfoId 유효성 검사에서 null, undefined, 0인 경우, DB를 거치지 않고 바로 false를 반환하게 함 * chore(tag): merge 시 request param들 Number 형으로 명시적 형변환 merge 시 request param들 Number 형으로 명시적 형변환
- Loading branch information
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters