Change notification interval to 15 minutes

This commit is contained in:
Afiq Hamzah
2024-06-12 09:30:37 +08:00
parent 96d7d5ed9f
commit 66927875ce
@@ -112,6 +112,6 @@ class WhatsappUnsoldCommodityNotification extends Job
dispatch((new WhatsappUnsoldCommodityNotification($this->message))->delay(Carbon::now()->addMinutes(5)));
dispatch((new WhatsappUnsoldCommodityNotification($this->message))->delay(Carbon::now()->addMinutes(15)));
}
}