diff --git a/app/tasks/maintenance.php b/app/tasks/maintenance.php index 5c9b6f896..9486b0def 100644 --- a/app/tasks/maintenance.php +++ b/app/tasks/maintenance.php @@ -25,7 +25,7 @@ function getConsoleDB() { function notifyDeleteExecutionLogs() { Resque::enqueue(Event::DELETE_QUEUE_NAME, Event::DELETE_CLASS_NAME, [ - 'type' => DELETE_TYPE_EXECUTION_LOGS + 'type' => DELETE_TYPE_EXECUTION ]); }