Start to think about how to display errors

This commit is contained in:
jude
2023-08-19 22:37:48 +01:00
parent ea3fe3f543
commit adf29dca5d
7 changed files with 20 additions and 40 deletions

View File

@ -310,7 +310,7 @@ WHERE
reminders
WHERE
reminders.`utc_time` <= NOW() AND
reminders.`channel_id` NOT NULL AND
reminders.`channel_id` IS NOT NULL AND
`status` = 'pending' AND
(
reminders.`interval_seconds` IS NOT NULL