Skip to content

Typo in graph-types/isUnboundRelationship #679

Closed
@zirkelc

Description

@zirkelc

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions