Skip to content

Commit

Permalink
fix : 모임아 제발 사라지지마
Browse files Browse the repository at this point in the history
  • Loading branch information
seungueonn committed Nov 30, 2023
1 parent 1198e96 commit 3d882eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public Optional<List<Mission>> findMissionByDueTo() {
return Optional.ofNullable(queryFactory
.selectFrom(mission)
.where(
mission.dueTo.after(oneHourAgo)
mission.dueTo.eq(oneHourAgo)
).fetch());
}

Expand Down

0 comments on commit 3d882eb

Please sign in to comment.