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

[BE] refactor: 불필요한 메서드 분리 제거 (#479) #481

Merged
merged 2 commits into from
Oct 5, 2023
Merged

Conversation

xxeol2
Copy link
Member

@xxeol2 xxeol2 commented Sep 29, 2023

📌 관련 이슈

✨ PR 세부 내용

불필요한 메서드 분리를 제거함으로써, 사용되지 않는 public 메서드를 없앴습니다.

@xxeol2 xxeol2 added BE 백엔드에 관련된 작업 ⚙️ 리팩터링 리팩터링에 관련된 작업 labels Sep 29, 2023
@xxeol2 xxeol2 self-assigned this Sep 29, 2023
@xxeol2 xxeol2 linked an issue Sep 29, 2023 that may be closed by this pull request
@github-actions
Copy link

Unit Test Results

  69 files    69 suites   10s ⏱️
193 tests 193 ✔️ 0 💤 0
196 runs  196 ✔️ 0 💤 0

Results for commit b9d591d.

Copy link
Collaborator

@carsago carsago left a comment

Choose a reason for hiding this comment

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

동의합니다.

Copy link
Member

@BGuga BGuga left a comment

Choose a reason for hiding this comment

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

👍👍👍

Copy link
Collaborator

@seokjin8678 seokjin8678 left a comment

Choose a reason for hiding this comment

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

빠르게 머지 진행시켜

@xxeol2 xxeol2 added the 🚀 머지 추석 연휴기간 전용 라벨입니다. 캠퍼스 복귀후 머지 진행 예정! label Oct 1, 2023
@xxeol2 xxeol2 merged commit 8c6e756 into dev Oct 5, 2023
4 checks passed
@xxeol2 xxeol2 deleted the feat/#479 branch October 5, 2023 01:23
re4rk pushed a commit that referenced this pull request Oct 5, 2023
* refactor: 불필요한 메서드 분리 제거

* refactor: 개행 수정
BGuga pushed a commit that referenced this pull request Oct 17, 2023
* refactor: 불필요한 메서드 분리 제거

* refactor: 개행 수정
BGuga pushed a commit that referenced this pull request Oct 17, 2023
* refactor: 불필요한 메서드 분리 제거

* refactor: 개행 수정
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE 백엔드에 관련된 작업 ⚙️ 리팩터링 리팩터링에 관련된 작업 🚀 머지 추석 연휴기간 전용 라벨입니다. 캠퍼스 복귀후 머지 진행 예정!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BE] AuthService의 불필요한 public 메서드를 제거한다.
4 participants