Skip to content

Commit

Permalink
Fix error message (#9646)
Browse files Browse the repository at this point in the history
- fix typo
  • Loading branch information
martmull authored Jan 15, 2025
1 parent c01e3af commit b5c5bee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
);
}
Expand Down

0 comments on commit b5c5bee

Please sign in to comment.