Skip to content
This repository was archived by the owner on Nov 28, 2023. It is now read-only.

Commit c28a42f

Browse files
[autofix.ci] apply automated fixes
1 parent 355dd7e commit c28a42f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ function findTypeDefinitionMembersByName(
6262
console.warn(
6363
`Cannot resolve type alias "${name}" because it's right operand is not an object literal.`,
6464
);
65+
6566
return;
6667
}
6768
result = node.typeAnnotation.members as any;

0 commit comments

Comments
 (0)