Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
fix: fix reminders one more time (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
djaiss committed Jan 13, 2023
1 parent 53258d2 commit 4fdba52
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
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 4fdba52

Please sign in to comment.