Skip to content

Commit

Permalink
- code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
modabas committed Jan 12, 2025
1 parent 9a328bd commit 44bdc61
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/ModEndpoints.RemoteServices/ServiceChannelRegistry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace ModEndpoints.RemoteServices;
public class ServiceChannelRegistry
{
private readonly ConcurrentDictionary<Type, string> _registry;

//Intended to be used only during application startup DI registrations
private readonly List<string> _httpClientList;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Collections.Concurrent;
using System.Reflection;
using System.Reflection;
using Microsoft.Extensions.DependencyInjection;
using ModEndpoints.Core;
using ModEndpoints.RemoteServices;
Expand Down
1 change: 0 additions & 1 deletion src/ModEndpoints/[ServiceEndpoint]/ServiceEndpoint.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using Microsoft.AspNetCore.Routing;
using Microsoft.Extensions.DependencyInjection;
using ModEndpoints.Core;
using ModEndpoints.RemoteServices;
using ModEndpoints.RemoteServices.Core;
using ModResults;
using ModResults.FluentValidation;
Expand Down

0 comments on commit 44bdc61

Please sign in to comment.