Skip to content
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

[chore] delete many 시 조건을 null 체크로 처리해 항상 예외로 간주하는 문제 수정 (#147) #152

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

blaxsior
Copy link
Collaborator

@blaxsior blaxsior commented Aug 23, 2024

#️⃣ 연관 이슈

📝 작업 내용

삭제 불가능 문제는 해결했지만, 배열에 대해 == null 체크를 수행해 항상 에러로 간주하던 문제가 있었습니다. 해당 문제를 수정합니다.

프로젝트 막바지라 실수가 많네요...

@blaxsior blaxsior added the fix 버그 및 오류 수정 label Aug 23, 2024
@blaxsior blaxsior self-assigned this Aug 23, 2024
@win-luck win-luck self-requested a review August 23, 2024 09:37
Copy link
Collaborator

@win-luck win-luck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이제 얼추 모든 게 마무리된 것 같네요. 마지막 순간까지 고생하셨습니다.

@blaxsior blaxsior merged commit 7c49003 into dev Aug 23, 2024
1 check passed
@win-luck win-luck deleted the fix/147-event-user-paging branch August 30, 2024 01:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 버그 및 오류 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[fix] 이벤트 유저 검색에 페이징 동작하지 않는 현상 수정(#147)
2 participants