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

Implement and use save function in repositories #99

Merged
merged 2 commits into from
Jul 16, 2024

Conversation

LordTermor
Copy link
Collaborator

Resolves #95 and fixes sync and other operations

Implements a function that will either add or update entity based on its existence.
This fixes an issue that entity cannot be added if it already exists
@LordTermor LordTermor requested a review from romangg July 16, 2024 12:23
@LordTermor LordTermor self-assigned this Jul 16, 2024
@LordTermor LordTermor added bug Something isn't working Daemon Changes related to the backend labels Jul 16, 2024
@LordTermor LordTermor merged commit 3dd55df into anydistro:master Jul 16, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Daemon Changes related to the backend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement save method for repository
2 participants