Remove die from organizations sync rest

There was a die() call at the end of the Organizations Rest SyncAll method and this prevented the report to be printed on the terminal and the search indexation to be run.

Merge request reports

Loading
+0 −2
Changes for module/Oscar/src/Oscar/Connector/ConnectorOrganizationREST.php: 0 added lines, 2 removed lines.
Original line number Diff line number Diff line
@@ -214,8 +214,6 @@ class ConnectorOrganizationREST extends AbstractConnector
            $repport->adderror($e->getMessage());
            throw $e;
        }
        die();


        $repport->addnotice("FIN du traitement...");
        return $repport;
Loading