Skip to content

Commit

Permalink
Revert "Removed unused event OnRawResponseRecivied"
Browse files Browse the repository at this point in the history
This reverts commit a991bf2.
  • Loading branch information
maximn committed Oct 8, 2024
1 parent a991bf2 commit 3372cfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GoogleMapsApi/Engine/MapsAPIGenericEngine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public abstract class MapsAPIGenericEngine<TRequest, TResponse>
where TResponse : IResponseFor<TRequest>
{
internal static event UriCreatedDelegate OnUriCreated;
internal static event RawResponseReciviedDelegate OnRawResponseRecivied;

Check warning on line 21 in GoogleMapsApi/Engine/MapsAPIGenericEngine.cs

View workflow job for this annotation

GitHub Actions / build

The event 'MapsAPIGenericEngine<TRequest, TResponse>.OnRawResponseRecivied' is never used

Check warning on line 21 in GoogleMapsApi/Engine/MapsAPIGenericEngine.cs

View workflow job for this annotation

GitHub Actions / build

The event 'MapsAPIGenericEngine<TRequest, TResponse>.OnRawResponseRecivied' is never used

Check warning on line 21 in GoogleMapsApi/Engine/MapsAPIGenericEngine.cs

View workflow job for this annotation

GitHub Actions / build

The event 'MapsAPIGenericEngine<TRequest, TResponse>.OnRawResponseRecivied' is never used

Check warning on line 21 in GoogleMapsApi/Engine/MapsAPIGenericEngine.cs

View workflow job for this annotation

GitHub Actions / build

The event 'MapsAPIGenericEngine<TRequest, TResponse>.OnRawResponseRecivied' is never used

Check warning on line 21 in GoogleMapsApi/Engine/MapsAPIGenericEngine.cs

View workflow job for this annotation

GitHub Actions / build

The event 'MapsAPIGenericEngine<TRequest, TResponse>.OnRawResponseRecivied' is never used

Check warning on line 21 in GoogleMapsApi/Engine/MapsAPIGenericEngine.cs

View workflow job for this annotation

GitHub Actions / build

The event 'MapsAPIGenericEngine<TRequest, TResponse>.OnRawResponseRecivied' is never used
internal static TimeSpan DefaultTimeout = TimeSpan.FromSeconds(100);

protected internal static async Task<TResponse> QueryGoogleAPIAsync(TRequest request, TimeSpan timeout, CancellationToken token = default)
Expand Down

0 comments on commit 3372cfb

Please sign in to comment.