diff --git a/Shared.EventStore/SubscriptionWorker/SubscriptionWorker.cs b/Shared.EventStore/SubscriptionWorker/SubscriptionWorker.cs index bcda3ed..de6480f 100644 --- a/Shared.EventStore/SubscriptionWorker/SubscriptionWorker.cs +++ b/Shared.EventStore/SubscriptionWorker/SubscriptionWorker.cs @@ -17,7 +17,7 @@ public class SubscriptionWorker internal readonly List CurrentSubscriptions = new(); - public Func, List, List> GetNewSubscriptions; + internal Func, List, List> GetNewSubscriptions; private readonly List EventHandlers;