Skip to content

Commit

Permalink
Merge pull request #131 from Modagbul/seungyeonnnnnni-patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
seungueonn authored Dec 10, 2023
2 parents b130f81 + e3f88e9 commit dd83b23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ public Optional<List<RepeatMissionBoardRes>> findRepeatMissionArchivesByMemberId
.where(
mission.team.teamId.eq(teamId),
mission.type.eq(MissionType.REPEAT),
mission.status.eq(MissionStatus.ONGOING),
mission.status.eq(MissionStatus.ONGOING).or(mission.status.eq(MissionStatus.WAIT)),
repeatTypeCondition

)
Expand Down

0 comments on commit dd83b23

Please sign in to comment.