We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1517a1e commit 8ab4d15Copy full SHA for 8ab4d15
1 file changed
src/opengeodeweb_microservice/database/data.py
@@ -38,7 +38,6 @@ def create(
38
session = get_session()
39
session.add(data_entry)
40
session.flush()
41
- session.commit()
42
return data_entry
43
44
@staticmethod
0 commit comments