Skip to content

Commit 063ff24

Browse files
Peter Rauberdaniellienert
authored andcommitted
Remove code-change in nodeindex command controller
1 parent 9c37388 commit 063ff24

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Classes/Command/NodeIndexCommandController.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,7 @@ public function buildWorkspaceInternalCommand(string $workspace, string $dimensi
385385
$this->outputLine($message);
386386
};
387387

388-
//$this->workspaceIndexer->indexWithDimensions($workspace, $dimensionsValuesArray, $limit, $workspaceLogger);
389-
$this->workspaceIndexer->index($workspace, $limit, $workspaceLogger);
388+
$this->workspaceIndexer->indexWithDimensions($workspace, $dimensionsValuesArray, $limit, $workspaceLogger);
390389

391390
$this->outputErrorHandling();
392391
}

0 commit comments

Comments
 (0)