Skip to content

Commit

Permalink
Merge pull request #14 from leancodepl/publisher/fix-hub-constructor-…
Browse files Browse the repository at this point in the history
…visibility

Fix Hub constructor visibility
  • Loading branch information
Dragemil authored Sep 5, 2023
2 parents cd19852 + 2c9c1e5 commit 5406188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publisher/src/LeanPipe/LeanPipeSubscriber.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class LeanPipeSubscriber : Hub
private readonly SubscriptionHandlerResolver resolver;
private readonly IEnvelopeDeserializer deserializer;

internal LeanPipeSubscriber(
public LeanPipeSubscriber(
SubscriptionHandlerResolver resolver,
IEnvelopeDeserializer deserializer
)
Expand Down

0 comments on commit 5406188

Please sign in to comment.