Skip to content

Commit

Permalink
fix: fix reminders one more time (monicahq/chandler#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
djaiss committed Jan 13, 2023
1 parent ebec337 commit bf4a138
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -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) {
Expand Down

0 comments on commit bf4a138

Please sign in to comment.