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
Right now, we commit database transactions in many different places:
crud.py
app.py
We should adopt a common pattern for committing session data so that it all happens in one place.
The text was updated successfully, but these errors were encountered:
I would recommend:
Sorry, something went wrong.
See also https://github.com/mozilla-it/ctms-api/pull/822/files#diff-87f8fcbe020d16163caf463d3381b0363fa9f7b80dba5aacdb0720b3807c4fa7R233-R235
No branches or pull requests
Right now, we commit database transactions in many different places:
crud.py
app.py
We should adopt a common pattern for committing session data so that it all happens in one place.
The text was updated successfully, but these errors were encountered: