[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2023-12-04 01:09:32 +00:00 committed by GitHub
parent 5bf9068082
commit ee222232ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -757,9 +757,9 @@ function getReferenceName(node: ReferenceTypes): string | string[] {
node.type === 'TSTypeReference'
? node.typeName
: node.type === 'TSExpressionWithTypeArguments'
? node.expression
? node.expression
: node.type === 'TSImportType'
? node.qualifier
? node.qualifier
: node.type === 'TSTypeQuery'
? node.exprName
: node