Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in graph-types/isUnboundRelationship #679

Closed
zirkelc opened this issue Feb 6, 2021 · 2 comments · Fixed by #678
Closed

Typo in graph-types/isUnboundRelationship #679

zirkelc opened this issue Feb 6, 2021 · 2 comments · Fixed by #678

Comments

@zirkelc
Copy link

zirkelc commented Feb 6, 2021

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

@fbiville
Copy link
Contributor

fbiville commented Feb 8, 2021

Thanks for the report! Would you be interested in submitting a patch?

@bigmontz bigmontz linked a pull request Mar 9, 2021 that will close this issue
6 tasks
@bigmontz
Copy link
Contributor

bigmontz commented Mar 9, 2021

Thanks for the reports, this patch for fix this issue is already done.

This issue will be fixed in the version 4.3.

@bigmontz bigmontz closed this as completed Mar 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants