mirror of
https://github.com/bitwarden/server
synced 2026-01-26 06:13:31 +00:00
Rethrow exception
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
This commit is contained in:
@@ -830,6 +830,7 @@ public class CollectionRepository : Repository<Core.Entities.Collection, Collect
|
||||
catch
|
||||
{
|
||||
await transaction.RollbackAsync();
|
||||
throw;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user