Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lbr38 committed May 6, 2024
1 parent a7a5b2f commit 51aadaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion www/models/Task/Task.php
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,6 @@ public function getNextScheduledTask()
$data = array();

try {
// $result = $this->db->query("SELECT * FROM tasks WHERE Type = 'scheduled' AND Status = 'scheduled' ORDER BY json_extract(Raw_params, '$.schedule.schedule-date') ASC, json_extract(Raw_params, '$.schedule.schedule-time') ASC LIMIT 1");
$result = $this->db->query("SELECT * FROM tasks WHERE Type = 'scheduled' AND Status = 'scheduled'");
} catch (\Exception $e) {
\Controllers\Common::dbError($e);
Expand Down

0 comments on commit 51aadaf

Please sign in to comment.