We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Latest main
No response
When renaming an identifier, if the new name already exists for another identifier the update should be rejected.
The identifier is updated successfully.
aid1
aid2
client.identifiers().update("aid2", { name: "aid1" })
Now, both identifiers have the same name but habByName will return the second.
habByName
The text was updated successfully, but these errors were encountered:
iFergal
No branches or pull requests
Version
Latest main
Environment
No response
Expected behavior
When renaming an identifier, if the new name already exists for another identifier the update should be rejected.
Actual behavior
The identifier is updated successfully.
Steps to reproduce
aid1
aid2
client.identifiers().update("aid2", { name: "aid1" })
Now, both identifiers have the same name but
habByName
will return the second.The text was updated successfully, but these errors were encountered: