We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc5620 commit e59bf4aCopy full SHA for e59bf4a
1 file changed
src/ncit/index.js
@@ -544,15 +544,8 @@ const uploadFile = async ({
544
fetchExisting: false,
545
target: 'SubClassOf',
546
});
547
- } else if (!(
548
- erroredSourceIds.has(childSourceId)
549
- || erroredSourceIds.has(parentSourceId)
550
- || rejected.has(parentSourceId)
551
- || rejected.has(childSourceId)
552
- )) {
553
- logger.warn(`Won't attempt to upload relationship for ${childSourceId} --SubClassOf-> ${parentSourceId}; one or more record(s) not loaded`);
554
} else {
555
- logger.warn(`Won't attempt to upload relationship for ${childSourceId} --SubClassOf-> ${parentSourceId}`);
+ logger.warn(`Can't upload relationship for ${childSourceId} --SubClassOf-> ${parentSourceId}; one or both record(s) not loaded`);
556
}
557
558
0 commit comments