refactor: remove db.commit() from audit_service.log_action, all callers use UoW
This commit is contained in:
@@ -344,5 +344,6 @@ def sync(db: Session) -> dict:
|
||||
entity_id=None,
|
||||
details=summary,
|
||||
)
|
||||
db.commit()
|
||||
|
||||
return summary
|
||||
|
||||
Reference in New Issue
Block a user