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

fix: duplicate key registration giving 500 error #179

Merged
merged 1 commit into from
Feb 22, 2024

Conversation

chris13524
Copy link
Member

Description

Fixes the duplicate key detection check, without doing string matching (which was incorrect).

Also removes identities.identity_key from filter since we should get a conflict when trying to insert a duplicate identity key, rather than getting a conflict when trying to insert a duplicate account.

Resolves #177

How Has This Been Tested?

Not tested

Due Diligence

  • Breaking change
  • Requires a documentation update
  • Requires a e2e/integration test update

@chris13524 chris13524 self-assigned this Feb 22, 2024
@chris13524 chris13524 merged commit 089d5b1 into master Feb 22, 2024
10 checks passed
@chris13524 chris13524 deleted the fix/duplicate-identity-registration-500 branch February 22, 2024 17:21
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 this pull request may close these issues.

Duplicate key error: identity registration not idempotent
2 participants