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

Repeated users are saved in the database #59

Open
UO266618 opened this issue Apr 10, 2021 · 1 comment
Open

Repeated users are saved in the database #59

UO266618 opened this issue Apr 10, 2021 · 1 comment
Labels
bug Something isn't working invalid This doesn't seem right

Comments

@UO266618
Copy link
Contributor

When making the insertion in the users database, they are saved repeated for the same solid id

@UO247134 UO247134 added the bug Something isn't working label Apr 12, 2021
@IsmaelAA
Copy link
Contributor

IsmaelAA commented May 2, 2021

Solved, by introducing some lines of code that check every time a user enters Mongo if there is more than one with the same id and deletes them if they do.
This is not the right way to do it, but it works.
17f2a41

@IsmaelAA IsmaelAA added the invalid This doesn't seem right label May 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

3 participants