Fix error message (#9646)

- fix typo
This commit is contained in:
martmull
2025-01-15 17:29:42 +01:00
committed by GitHub
parent c01e3af8ee
commit b5c5bee6cf

View File

@ -184,7 +184,7 @@ export class RelationMetadataService extends TypeOrmQueryService<RelationMetadat
objectMetadataMap[relationMetadataInput.toObjectMetadataId] === undefined
) {
throw new RelationMetadataException(
'Can\t find an existing object matching with fromObjectMetadataId or toObjectMetadataId',
"Can't find an existing object matching with fromObjectMetadataId or toObjectMetadataId",
RelationMetadataExceptionCode.RELATION_METADATA_NOT_FOUND,
);
}