@ -6068,7 +6068,7 @@ const sendMotorNotifications = async () => {
// Run the notification check every second
cron.schedule("* * * * * *", async () => {
await sendMotorNotifications();
//await sendMotorNotifications();
});