Skip to content

Commit

Permalink
Remove old comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mattosaurus committed Jul 3, 2024
1 parent 30357a7 commit 1cc6ff9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions IpStack/Extensions/IpStackServiceCollectionExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ public static IServiceCollection AddIpStack(this IServiceCollection collection,
if (collection == null) throw new ArgumentNullException(nameof(collection));
if (setupAction == null) throw new ArgumentNullException(nameof(setupAction));

// Add Met Office HTTP Client
collection.AddHttpClient<IIpStackService, IpStackService>(client =>
{
client.BaseAddress = new Uri("http://api.ipstack.com/");
Expand Down Expand Up @@ -45,7 +44,6 @@ public static IServiceCollection AddIpStack(this IServiceCollection collection,
if (collection == null) throw new ArgumentNullException(nameof(collection));
if (configuration == null) throw new ArgumentNullException(nameof(configuration));

// Add Met Office HTTP Client
collection.AddHttpClient<IIpStackService, IpStackService>(client =>
{
client.BaseAddress = new Uri("http://api.ipstack.com/");
Expand Down

0 comments on commit 1cc6ff9

Please sign in to comment.