Skip to content

Commit

Permalink
πŸš€ [Deploy] - PeerReview 단계 μ˜ˆμ™Έμ²˜λ¦¬ (#161)
Browse files Browse the repository at this point in the history
* refactor: μ½”λ“œ μŠ€νƒ€μΌ μˆ˜μ • (#154)

* Chore: λΆˆν•„μš”ν•œ λΆ€λΆ„ μ‚­μ œ (#157)

* πŸ› [Fix] - μž‘μ—… λͺ©λ‘ API μˆ˜μ • (#158)

* refactor: μ½”λ“œ μŠ€νƒ€μΌ μˆ˜μ •

* fix: Work 생성 λ‚ μ§œ κΈ°μ€€μœΌλ‘œ λ‚΄λ¦Όμ°¨μˆœ μ„€μ •

* πŸ› [Fix] - PeerReview 단계 μ˜ˆμ™Έμ²˜λ¦¬ (#160)

* refactor: μ½”λ“œ μŠ€νƒ€μΌ μˆ˜μ •

* fix: Work 생성 λ‚ μ§œ κΈ°μ€€μœΌλ‘œ λ‚΄λ¦Όμ°¨μˆœ μ„€μ •

* fix: PeerReview일 경우 μΆ”κ°€

---------

Co-authored-by: Lim jeong woo <[email protected]>
  • Loading branch information
JeongHeumChoi and dlawjddn authored Mar 23, 2024
1 parent a017f6c commit 34206c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public TeamListDto getTeamList(Long userId) {

// 슀트림 λ‘λ²ˆ λŒλ¦¬λŠ” κ±° λ‚˜μ€‘μ— μ΅œμ ν™” ν•΄μ•Ό 됨
List<TeamDto> progressingTeamDtoList = teamList.stream()
.filter(team -> team.getStatus().equals(EProjectStatus.IN_PROGRESS))
.filter(team -> !team.getStatus().equals(EProjectStatus.FINISH))
.map(team -> TeamDto.of(
team.getId(),
team.getName(),
Expand Down

0 comments on commit 34206c6

Please sign in to comment.