Skip to content

Commit 45c3464

Browse files
kchobantonovsdirix
andauthored
Update packages/core/src/util/resolvers.ts
Co-authored-by: Stefan Dirix <sdirix@eclipsesource.com>
1 parent 90cb85a commit 45c3464

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/core/src/util/resolvers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ const resolveSchemaWithSegments = (
125125
): JsonSchema => {
126126
// use typeof because schema can by of any type - check singleSegmentResolveSchema below
127127
if (typeof schema?.$ref === 'string') {
128-
// additional ? required
129128
schema = resolveSchema(rootSchema, schema.$ref, rootSchema);
130129
}
131130

0 commit comments

Comments
 (0)