Closed
Description
Hi guys,
I stumbled upon a typo in graph-types.js for the method isUnboundRelationship:
function isUnboundRelationship (obj) {
return hasIdentifierProperty(obj, UNBOUNT_RELATIONSHIP_IDENTIFIER_PROPERTY)
}
The constant is misspelled as UNBOUNT instead of the actual definition of the constant as UNBOUND:
const UNBOUND_RELATIONSHIP_IDENTIFIER_PROPERTY = '__isUnboundRelationship__'
Best regards
Chris
Metadata
Metadata
Assignees
Labels
No labels