refactor: remove db.commit() from audit_service.log_action, all callers use UoW
This commit is contained in:
@@ -30,4 +30,3 @@ def log_action(
|
||||
details=details,
|
||||
)
|
||||
db.add(log)
|
||||
db.commit()
|
||||
|
||||
Reference in New Issue
Block a user