Skip to content

Commit

Permalink
Update packages/transformer/src/ECReferenceTypesCache.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nick4598 authored Nov 22, 2024
1 parent 0302eeb commit 47c9ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/transformer/src/ECReferenceTypesCache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export class ECReferenceTypesCache {
// no sourceType means the rootBisClass.name is not in the bisRootClassToRefType map.
Logger.logInfo(
TransformerLoggerCategory.IModelTransformer,
`sourceClass: ${sourceClass.schema.name}:${sourceClass.name} has customAttribute which is QueryView and no sourceType in the rootClassToRefType map`
`sourceClass: ${sourceClass.schema.name}:${sourceClass.name} has customAttribute which is QueryView and no type found in the rootClassToRefType map`
);
return undefined;
}
Expand Down

0 comments on commit 47c9ccd

Please sign in to comment.