-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug/#345 - 제약조건 에러 해결 및 각종 버그 수정 #363
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@@ -12,7 +12,7 @@ export class LikeResponse { | |||
@ApiProperty({ | |||
type: 'string', | |||
description: '참여 중인 좀목 id', | |||
example: 'A005930', | |||
example: '005930', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이젠 테스트 통과할수도?
@@ -1,12 +1,11 @@ | |||
export class PriorityQueue<T> { | |||
private heap: { value: T; priority: number }[]; | |||
type HeapNode<T> = { value: T; priority: number; order: number }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
타입 빼니깐 보기 좋네요!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
리팩토링 수고하셨습니다!
close #345
✅ 작업 내용
📌 이슈 사항
😎 체크 사항