mirror of https://github.com/veypi/OneAuth.git
fix(api/settings): wrap batch update in database transaction
Use database transaction for batch settings update to ensure atomicity. If any individual update fails, the entire batch will be rolled back, preventing partial configuration updates. - Wrap all updates in db.Transaction() - Return detailed error on failuremaster
parent
5304c30fb9
commit
e96277ee85
Loading…
Reference in New Issue