Skip to content

Commit

Permalink
✨ [Feat]: 멘토링 진행요건 완화 (#143)
Browse files Browse the repository at this point in the history
MENTEE_FEEDBACK(멘티가 피드백을 남긴 상태)를 제거, 멘티가 동일한 멘토에게 멘토링 요청할때, 멘토가 이전 멘토링의 리뷰를 남겼는지에 상관없이 신청할 수 있게.
  • Loading branch information
koreanddinghwan authored Oct 11, 2023
1 parent 7a1f079 commit 37a7fe2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/database/repository/reservation.repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ export class ReservationRepository {
{ status: ReservationStatus.REQUEST },
{ status: ReservationStatus.ACCEPT },
{ status: ReservationStatus.MENTEE_CHECKED },
{ status: ReservationStatus.MENTEE_FEEDBACK },
],
},
});
Expand Down

0 comments on commit 37a7fe2

Please sign in to comment.