Verified Commit 50fc43af authored by dockx thibault's avatar dockx thibault
Browse files

:ambulance: stable commit

stable commit
Showing with 1 addition and 0 deletions
+1 -0
...@@ -91,6 +91,7 @@ class Audit implements EndpointInterface ...@@ -91,6 +91,7 @@ class Audit implements EndpointInterface
$result = []; $result = [];
foreach ($auditSubTasks as $task) { foreach ($auditSubTasks as $task) {
// If the tasks must be treated - status and scheduled - process the sub-tasks // If the tasks must be treated - status and scheduled - process the sub-tasks
if ($this->gateway->statusAndScheduleCheck($task)) { if ($this->gateway->statusAndScheduleCheck($task)) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment