Skip to content

Commit 6f6edb9

Browse files
committed
Fix edge case
1 parent 34b5e7c commit 6f6edb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cma-client/src/utilities/schemaRepository.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ export class SchemaRepository {
467467
});
468468

469469
if (!included) {
470-
throw new Error('This should not happen');
470+
return;
471471
}
472472

473473
const allItemTypes = included.filter(

0 commit comments

Comments
 (0)