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 generated legacyCommonToponymId with sliced sha256 hash #441

Conversation

antoineludeau
Copy link
Member

Context : there was an error in the code that generates an id with the sha 256 hash method. The code was slicing the hash from index 0 to 5 (taking the first 5 characters) instead of slicing it from index 0 to 6 (taking the first 6 characters). We need a 6 character id.

@antoineludeau antoineludeau self-assigned this Jul 2, 2024
@antoineludeau antoineludeau merged commit 8144be1 into master Jul 2, 2024
1 check passed
@antoineludeau antoineludeau deleted the antoineludeau/fix-generated-legacyCommonToponymId-with-hash-method branch July 2, 2024 13:44
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.

2 participants