Skip to content

Commit aa86b07

Browse files
make method internal
1 parent 19c249e commit aa86b07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Shared.EventStore/SubscriptionWorker/SubscriptionWorker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class SubscriptionWorker
1717

1818
internal readonly List<PersistentSubscription> CurrentSubscriptions = new();
1919

20-
public Func<List<PersistentSubscriptionInfo>, List<PersistentSubscriptionInfo>, List<PersistentSubscriptionInfo>> GetNewSubscriptions;
20+
internal Func<List<PersistentSubscriptionInfo>, List<PersistentSubscriptionInfo>, List<PersistentSubscriptionInfo>> GetNewSubscriptions;
2121

2222
private readonly List<IDomainEventHandler> EventHandlers;
2323

0 commit comments

Comments
 (0)