Added loaded trace command
testing/ogcore-api/pipeline/head There was a failure building this commit Details

hotfix-timeout
Manuel Aranda Rosales 2025-02-14 07:46:01 +01:00
parent b98d6d2be8
commit 626dc276a8
1 changed files with 0 additions and 3 deletions

View File

@ -30,9 +30,6 @@ class ChargeExampleTraceCommand extends Command
$clients = $this->entityManager->getRepository(Client::class)->findAll();
$traces = TraceStatus::getStatusKeys();
var_dump($traces);
foreach ($clients as $client) {
foreach ($traces as $traceStatus) {
$trace = new Trace();