1
0
Fork 0
mirror of synced 2024-05-20 12:42:39 +12:00

patch: review comments

This commit is contained in:
Christy Jacob 2020-12-27 23:18:41 +05:30
parent e088a9e648
commit 355a516365

View file

@ -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
]);
}