Skip to content

Commit

Permalink
Update Event Grid service
Browse files Browse the repository at this point in the history
  • Loading branch information
ciprianjichici committed Dec 18, 2024
1 parent 7e7d965 commit 93fecc5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ public class AzureEventGridEventService : IEventService
private readonly AzureEventGridEventServiceProfile _profile;
private readonly IAzureResourceManagerService _azureResourceManager;
private readonly IHttpClientFactoryService _httpClientFactory;
private EventGridSenderClient? _eventGridSenderClient;
private EventGridReceiverClient? _eventGridReceiverClient;

private readonly TimeSpan _eventProcessingCycle;
private readonly string _serviceInstanceName;
Expand Down

0 comments on commit 93fecc5

Please sign in to comment.