1
0
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:
Thomas Rittson
2026-01-02 13:46:02 +10:00
committed by GitHub
parent 1a42f6f630
commit c84dd78463

View File

@@ -830,6 +830,7 @@ public class CollectionRepository : Repository<Core.Entities.Collection, Collect
catch
{
await transaction.RollbackAsync();
throw;
}
}