From c84dd78463f1f057e256bb0e1c0fb4eab2c8200f Mon Sep 17 00:00:00 2001 From: Thomas Rittson <31796059+eliykat@users.noreply.github.com> Date: Fri, 2 Jan 2026 13:46:02 +1000 Subject: [PATCH] Rethrow exception Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com> --- .../Repositories/CollectionRepository.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Infrastructure.EntityFramework/Repositories/CollectionRepository.cs b/src/Infrastructure.EntityFramework/Repositories/CollectionRepository.cs index 283e2b7efc..736c1e9775 100644 --- a/src/Infrastructure.EntityFramework/Repositories/CollectionRepository.cs +++ b/src/Infrastructure.EntityFramework/Repositories/CollectionRepository.cs @@ -830,6 +830,7 @@ public class CollectionRepository : Repository