Skip to content

Commit a9086d4

Browse files
authored
Merge pull request #458 from ConductionNL/fix/error-on-casetype
Fix error on fetching case types
2 parents 9c88c7e + c66902f commit a9086d4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/Service/EndpointService.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,10 @@ private function replaceInternalReferences(
324324
continue;
325325
}
326326

327+
if (empty($use) === true) {
328+
continue;
329+
}
330+
327331
if (Uuid::isValid(uuid: $use) === true) {
328332
$useId = $use;
329333
} else if (

0 commit comments

Comments
 (0)