[TASK] Fetch more details for skills in sets

This commit is contained in:
Markus Klein 2023-07-07 09:04:58 +02:00
parent 573e1baedd
commit 08a1830e75

View file

@ -55,7 +55,7 @@ class SkillSets implements DataProcessorInterface
foreach ($skillSetIds as $skillSetId) {
try {
$skillSets[] = $this->skillSetApi->getById($skillSetId);
$skillSets[] = $this->skillSetApi->getById($skillSetId, true);
} catch (Exception $e) {
continue;
}