Skip to content

Commit

Permalink
chore: conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
20chen-7 committed Sep 2, 2024
1 parent e341c2a commit f7d7c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/userHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -2076,7 +2076,7 @@ const userHelper = function () {
const recipients = emailReceivers.map((receiver) => receiver.email);
const users = await userProfile.find(
{ isActive: true, endDate: { $exists: true } },
'_id isActive endDate',
'_id isActive endDate isSet',
);
for (let i = 0; i < users.length; i += 1) {
const user = users[i];
Expand Down

0 comments on commit f7d7c07

Please sign in to comment.