Skip to content

Commit

Permalink
fix: remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
HunorTotBagi committed Dec 31, 2024
1 parent 1ab6f64 commit a928b4b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using BuildingBlocks.Api.Converters;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Nodes.Application.Extensions;
Expand All @@ -20,8 +19,6 @@ public static IServiceCollection AddNodesModule

private static IServiceCollection AddApiServices(this IServiceCollection services)
{
TypeAdapterConfig.GlobalSettings.Scan(typeof(NodeIdConverter).Assembly);

return services;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ public static IServiceCollection AddApplicationServices(this IServiceCollection
config.AddOpenBehavior(typeof(LoggingBehavior<,>));
});

services.AddValidatorsFromAssembly(Assembly.GetExecutingAssembly());

return services;
}
}

0 comments on commit a928b4b

Please sign in to comment.