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

[fix/4-getMyPage4] 역할 권한 예외 처리 및 일부 내용 반환시 ... 추가 #41

Merged
merged 2 commits into from
Sep 22, 2023

Conversation

Haeun-Y
Copy link
Collaborator

@Haeun-Y Haeun-Y commented Sep 22, 2023

📌 이슈 번호

#4

📢 의논 사항

  • 다은님께 화면에 표시 가능한 글자수에 ...포함된건지 질문하기
  • 제한된 글자수가 다소 짧은 감이 있는데 팀원들에게 물어보기

@Haeun-Y Haeun-Y self-assigned this Sep 22, 2023
Copy link
Member

@JoongHyun-Kim JoongHyun-Kim left a comment

Choose a reason for hiding this comment

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

수고하셨씀다~!

else title = post.getTitle();

String content;
if(comment.getContent().length() > 20) content = comment.getContent().substring(0, 20) + "...";
Copy link
Member

Choose a reason for hiding this comment

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

굳이구먼유

@Haeun-Y Haeun-Y merged commit 33132b4 into develop Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants