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

[FEAT] Validation 적용 - #107 #129

Merged
merged 3 commits into from
Jul 16, 2024
Merged

[FEAT] Validation 적용 - #107 #129

merged 3 commits into from
Jul 16, 2024

Conversation

sjk4618
Copy link
Member

@sjk4618 sjk4618 commented Jul 16, 2024

🔥Pull requests

⛳️ 작업한 브랜치

👷 작업한 내용

  • 태그 개수 validation 적용

📟 관련 이슈

@sjk4618 sjk4618 self-assigned this Jul 16, 2024
@sjk4618 sjk4618 changed the title [FEAT] Validation 적용 [FEAT] Validation 적용 - #107 Jul 16, 2024
Copy link
Member

@rlarlgnszx rlarlgnszx left a comment

Choose a reason for hiding this comment

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

굿굿 LGTM~

@@ -158,15 +158,15 @@ private User getUserByUserId(final long userId) {
}

//태그 리스트 사이즈 검증
private void validateUserTagSize(final List<DateTagType> userTags) {
public void validateUserTagSize(final List<DateTagType> userTags) {
Copy link
Member

Choose a reason for hiding this comment

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

지리네용

@sjk4618 sjk4618 merged commit 1f865d8 into develop Jul 16, 2024
1 check passed
@sjk4618 sjk4618 deleted the feature/#107 branch July 16, 2024 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] validation 구현
2 participants