This commit is contained in:
shimon 2024-10-21 10:00:35 +03:00
parent 8743330ad8
commit 6435fa84af

View file

@ -225,6 +225,11 @@ App::post('/v1/projects')
$create = false;
}
var_dump('$globalCollections = ');
var_dump($globalCollections);
var_dump('$create = ');
var_dump($create);
if ($create || !$globalCollections) {
$audit = new Audit($dbForProject);
$audit->setup();