Open
Description
The current query in getFeedbackSessionEntitiesPossiblyNeedingClosingSoonEmail()
includes sessions where endTime > TimeHelper.getInstantDaysOffsetFromNow(-2)
. This means sessions that ended up to 2 days ago are still being considered, which is incorrect.
Proposed Solution:
Correct the time range condition to ensure only sessions that are actually closing soon are selected.