From 68d812b4c1e57f05f25e70c8c5b1e5aa54ed29c3 Mon Sep 17 00:00:00 2001 From: cKey <35512826+colinin@users.noreply.github.com> Date: Thu, 18 Nov 2021 11:01:21 +0800 Subject: [PATCH] fix(repeated): delete unnecessary data filter --- .../LINGYUN/ApiGateway/Ocelot/RouteGroupAppService.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/aspnet-core/modules/apigateway/LINGYUN.ApiGateway.Application/LINGYUN/ApiGateway/Ocelot/RouteGroupAppService.cs b/aspnet-core/modules/apigateway/LINGYUN.ApiGateway.Application/LINGYUN/ApiGateway/Ocelot/RouteGroupAppService.cs index bc88d48a3..34118126c 100644 --- a/aspnet-core/modules/apigateway/LINGYUN.ApiGateway.Application/LINGYUN/ApiGateway/Ocelot/RouteGroupAppService.cs +++ b/aspnet-core/modules/apigateway/LINGYUN.ApiGateway.Application/LINGYUN/ApiGateway/Ocelot/RouteGroupAppService.cs @@ -10,7 +10,6 @@ namespace LINGYUN.ApiGateway.Ocelot [Authorize(ApiGatewayPermissions.RouteGroup.Default)] public class RouteGroupAppService : ApiGatewayApplicationServiceBase, IRouteGroupAppService { - protected IDataFilter DataFilter => LazyServiceProvider.LazyGetRequiredService(); protected IRouteGroupRepository RouterRepository { get; } public RouteGroupAppService(