diff --git a/app/Domains/Contact/ManageReminders/Jobs/ProcessScheduledContactReminders.php b/app/Domains/Contact/ManageReminders/Jobs/ProcessScheduledContactReminders.php index b4c5e047faf..9da65252428 100644 --- a/app/Domains/Contact/ManageReminders/Jobs/ProcessScheduledContactReminders.php +++ b/app/Domains/Contact/ManageReminders/Jobs/ProcessScheduledContactReminders.php @@ -34,7 +34,6 @@ public function handle() $scheduledContactReminders = DB::table('contact_reminder_scheduled') ->where('scheduled_at', '<=', $currentDate) - ->where('triggered_at', null) ->get(); foreach ($scheduledContactReminders as $scheduledReminder) {